public final class LegalEntityInformationId extends Object implements MarketDataId<LegalEntityInformation>, org.joda.beans.ImmutableBean, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StandardId |
getLegalEntityId()
Gets the legal entity identifier.
|
Class<LegalEntityInformation> |
getMarketDataType() |
int |
hashCode() |
static org.joda.beans.TypedMetaBean<LegalEntityInformationId> |
meta()
The meta-bean for
LegalEntityInformationId. |
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() |
public static LegalEntityInformationId of(String legalEntityId)
legalEntityId - the namepublic static LegalEntityInformationId of(StandardId legalEntityId)
legalEntityId - the namepublic Class<LegalEntityInformation> getMarketDataType()
getMarketDataType in interface MarketDataId<LegalEntityInformation>public static org.joda.beans.TypedMetaBean<LegalEntityInformationId> meta()
LegalEntityInformationId.public org.joda.beans.TypedMetaBean<LegalEntityInformationId> metaBean()
metaBean in interface org.joda.beans.Beanpublic StandardId getLegalEntityId()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.