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 basicIEntityInformationHolderimplementation.- 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.StringgetCode()Returns the code.EntityKindgetEntityKind()Return the entity kind of this matching entity.BasicEntityTypegetEntityType()Returns the entity type of this matching entity.java.lang.LonggetId()Returns the technical ID of this instance.java.lang.StringgetPermId()
-
-
-
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:IEntityInformationHolderReturn the entity kind of this matching entity.- Specified by:
getEntityKindin interfaceIEntityInformationHolder
-
getEntityType
public BasicEntityType getEntityType()
Description copied from interface:IEntityInformationHolderReturns the entity type of this matching entity.- Specified by:
getEntityTypein interfaceIEntityInformationHolder
-
getCode
public java.lang.String getCode()
Description copied from interface:ICodeHolderReturns the code.- Specified by:
getCodein interfaceICodeHolder
-
getId
public java.lang.Long getId()
Description copied from interface:IIdHolderReturns the technical ID of this instance.
-
getPermId
public java.lang.String getPermId()
- Specified by:
getPermIdin interfaceIPermIdHolder
-
-