Property
- public class Property extends EntityWrapper
Constructors
Property
- public Property(EntityInterface prop)
Methods
checkPermission
- public void checkPermission(Permission permission)
checkPermission
- public void checkPermission(Subject subject, Permission permission)
getDomain
getDomainEntity
- public EntityInterface getDomainEntity()
getPIdx
- public int getPIdx()
Return the Property Index, the index of a property with respect to a containing Entity.
hasVersion
- public boolean hasVersion()
isName
- public boolean isName()
linkIdToEntity
- public Property linkIdToEntity(EntityInterface link)
parseProtoProperty
- public Property parseProtoProperty(ProtoProperty pp)
setDomain
- public Property setDomain(EntityInterface domain)
setIsName
- public void setIsName(boolean b)
setPIdx
- public void setPIdx(int i)
Set the Property Index.