com.jamasoftware.contour.domain
Interface ScopedObjectWithContext

All Superinterfaces:
DomainObjectBase, OrganizationAware, ScopedObject, java.io.Serializable
All Known Implementing Classes:
Subscription

public interface ScopedObjectWithContext
extends ScopedObject


Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Method Summary
 java.lang.Integer getContextId()
           
 java.lang.Integer getContextScopeId()
           
 void setContextId(java.lang.Integer contextId)
           
 void setContextScopeId(java.lang.Integer contextScopeId)
           
 
Methods inherited from interface com.jamasoftware.contour.domain.ScopedObject
getRefId, getScopeId, setRefId, setScopeId
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
getId, getOrganizationId, setId, setOrganizationId
 

Method Detail

getContextId

java.lang.Integer getContextId()

setContextId

void setContextId(java.lang.Integer contextId)

getContextScopeId

java.lang.Integer getContextScopeId()

setContextScopeId

void setContextScopeId(java.lang.Integer contextScopeId)


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