Class BasicEntityInformationHolder
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.BasicEntityInformationHolder
-
- All Implemented Interfaces:
ICodeHolder
,IEntityInformationHolder
,IEntityInformationHolderWithPermId
,IIdAndCodeHolder
,IIdHolder
,IPermIdHolder
,com.google.gwt.user.client.rpc.IsSerializable
,java.io.Serializable
public class BasicEntityInformationHolder extends java.lang.Object implements IEntityInformationHolderWithPermId, com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
A basicIEntityInformationHolder
implementation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicEntityInformationHolder(EntityKind entityKind, BasicEntityType entityType, java.lang.String code, java.lang.Long id, java.lang.String permId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Returns the code.EntityKind
getEntityKind()
Return the entity kind of this matching entity.BasicEntityType
getEntityType()
Returns the entity type of this matching entity.java.lang.Long
getId()
Returns the technical ID of this instance.java.lang.String
getPermId()
-
-
-
Constructor Detail
-
BasicEntityInformationHolder
public BasicEntityInformationHolder(EntityKind entityKind, BasicEntityType entityType, java.lang.String code, java.lang.Long id, java.lang.String permId)
-
-
Method Detail
-
getEntityKind
public EntityKind getEntityKind()
Description copied from interface:IEntityInformationHolder
Return the entity kind of this matching entity.- Specified by:
getEntityKind
in interfaceIEntityInformationHolder
-
getEntityType
public BasicEntityType getEntityType()
Description copied from interface:IEntityInformationHolder
Returns the entity type of this matching entity.- Specified by:
getEntityType
in interfaceIEntityInformationHolder
-
getCode
public java.lang.String getCode()
Description copied from interface:ICodeHolder
Returns the code.- Specified by:
getCode
in interfaceICodeHolder
-
getId
public java.lang.Long getId()
Description copied from interface:IIdHolder
Returns the technical ID of this instance.
-
getPermId
public java.lang.String getPermId()
- Specified by:
getPermId
in interfaceIPermIdHolder
-
-