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 booleanequals(Object obj)StandardIdgetLegalEntityId()Gets the legal entity identifier.Class<LegalEntityInformation>getMarketDataType()Gets the type of data this identifier refers to.inthashCode()static org.joda.beans.TypedMetaBean<LegalEntityInformationId>meta()The meta-bean forLegalEntityInformationId.org.joda.beans.TypedMetaBean<LegalEntityInformationId>metaBean()static LegalEntityInformationIdof(StandardId legalEntityId)Obtains an identifier used to find legal entity information.static LegalEntityInformationIdof(String legalEntityId)Obtains an identifier used to find legal entity information.StringtoString()
-
-
-
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:MarketDataIdGets the type of data this identifier refers to.- Specified by:
getMarketDataTypein 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:
metaBeanin interfaceorg.joda.beans.Bean
-
getLegalEntityId
public StandardId getLegalEntityId()
Gets the legal entity identifier.- Returns:
- the value of the property, not null
-
-