com.jamasoftware.contour.domain
Interface ObjectTypeScoped

All Superinterfaces:
DomainObjectBase, OrganizationAware, java.io.Serializable
All Known Implementing Classes:
AclPermissionEntry, EventEntry

public interface ObjectTypeScoped
extends DomainObjectBase


Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Method Summary
 java.lang.Integer getObjectId()
           
 java.lang.Integer getObjectType()
           
 void setObjectId(java.lang.Integer objectId)
           
 void setObjectType(java.lang.Integer objectType)
           
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
getId, getOrganizationId, setId, setOrganizationId
 

Method Detail

getObjectType

java.lang.Integer getObjectType()

setObjectType

void setObjectType(java.lang.Integer objectType)

getObjectId

java.lang.Integer getObjectId()

setObjectId

void setObjectId(java.lang.Integer objectId)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.