Class LegalEntityInformationId
- java.lang.Object
-
- com.opengamma.strata.market.observable.LegalEntityInformationId
-
- All Implemented Interfaces:
MarketDataId<LegalEntityInformation>
,Serializable
,org.joda.beans.Bean
,org.joda.beans.ImmutableBean
public final class LegalEntityInformationId extends Object implements MarketDataId<LegalEntityInformation>, org.joda.beans.ImmutableBean, Serializable
Identifies the market data for legal entity information.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
StandardId
getLegalEntityId()
Gets the legal entity identifier.Class<LegalEntityInformation>
getMarketDataType()
Gets the type of data this identifier refers to.int
hashCode()
static org.joda.beans.TypedMetaBean<LegalEntityInformationId>
meta()
The meta-bean forLegalEntityInformationId
.org.joda.beans.TypedMetaBean<LegalEntityInformationId>
metaBean()
static LegalEntityInformationId
of(StandardId legalEntityId)
Obtains an identifier used to find legal entity information.static LegalEntityInformationId
of(String legalEntityId)
Obtains an identifier used to find legal entity information.String
toString()
-
-
-
Method Detail
-
of
public static LegalEntityInformationId of(String legalEntityId)
Obtains an identifier used to find legal entity information.- Parameters:
legalEntityId
- the name- Returns:
- an identifier
-
of
public static LegalEntityInformationId of(StandardId legalEntityId)
Obtains an identifier used to find legal entity information.- Parameters:
legalEntityId
- the name- Returns:
- the identifier
-
getMarketDataType
public Class<LegalEntityInformation> getMarketDataType()
Description copied from interface:MarketDataId
Gets the type of data this identifier refers to.- Specified by:
getMarketDataType
in interfaceMarketDataId<LegalEntityInformation>
- Returns:
- the type of the market data this identifier refers to
-
meta
public static org.joda.beans.TypedMetaBean<LegalEntityInformationId> meta()
The meta-bean forLegalEntityInformationId
.- Returns:
- the meta-bean, not null
-
metaBean
public org.joda.beans.TypedMetaBean<LegalEntityInformationId> metaBean()
- Specified by:
metaBean
in interfaceorg.joda.beans.Bean
-
getLegalEntityId
public StandardId getLegalEntityId()
Gets the legal entity identifier.- Returns:
- the value of the property, not null
-
-