com.retek.rsm.domain.security.bo
Interface HierarchyType

All Superinterfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable
All Known Implementing Classes:
HierarchyTypeImpl

public interface HierarchyType
extends com.retek.platform.bo.BusinessObject


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 hierarchyTypeExternalId)
           
 
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
 

Method Detail

getApplication

public com.retek.platform.app.security.service.Application getApplication()

setApplication

public void setApplication(com.retek.platform.app.security.service.Application application)

getExternalId

public java.lang.String getExternalId()

setExternalId

public void setExternalId(java.lang.String hierarchyTypeExternalId)