com.retek.rsm.domain.security.bo.impl
Class HierarchyTypeImpl

java.lang.Object
  |
  +--com.retek.platform.bo.IdentifiableImpl
        |
        +--com.retek.platform.bo.BusinessObjectImpl
              |
              +--com.retek.rsm.domain.security.bo.impl.HierarchyTypeImpl
All Implemented Interfaces:
com.retek.platform.bo.BusinessObject, HierarchyType, com.retek.platform.bo.Identifiable

public class HierarchyTypeImpl
extends com.retek.platform.bo.BusinessObjectImpl
implements HierarchyType


Field Summary
 
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl
version
 
Fields inherited from class com.retek.platform.bo.IdentifiableImpl
LOG
 
Constructor Summary
HierarchyTypeImpl(com.retek.platform.bo.ObjectId objectId)
           
 
Method Summary
 com.retek.platform.app.security.service.Application getApplication()
           
 java.lang.String getExternalId()
           
 void setApplication(com.retek.platform.app.security.service.Application application)
           
 void setExternalId(java.lang.String externalId)
           
 
Methods inherited from class com.retek.platform.bo.BusinessObjectImpl
checkInvariants, getBusinessInterface, getVersion, toReference, toString, validate, validateProperty, validateProperty
 
Methods inherited from class com.retek.platform.bo.IdentifiableImpl
equals, getObjectId, hashCode, setObjectId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.platform.bo.BusinessObject
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty
 
Methods inherited from interface com.retek.platform.bo.Identifiable
getObjectId, toReference
 

Constructor Detail

HierarchyTypeImpl

public HierarchyTypeImpl(com.retek.platform.bo.ObjectId objectId)
Method Detail

setApplication

public void setApplication(com.retek.platform.app.security.service.Application application)
Specified by:
setApplication in interface HierarchyType

setExternalId

public void setExternalId(java.lang.String externalId)
Specified by:
setExternalId in interface HierarchyType

getExternalId

public java.lang.String getExternalId()
Specified by:
getExternalId in interface HierarchyType

getApplication

public com.retek.platform.app.security.service.Application getApplication()
Specified by:
getApplication in interface HierarchyType