com.jamasoftware.contour.domain
Interface ScopedObject

All Superinterfaces:
DomainObjectBase, OrganizationAware, java.io.Serializable
All Known Subinterfaces:
ScopedObjectWithContext
All Known Implementing Classes:
BaseLine, Comment, DocumentField, DocumentNode, DocumentType, FieldLayout, Filter, IntegrationComponentMapping, IntegrationConnection, ItemTemplate, LookupType, Perspective, PerspectiveConfig, PluginEntry, PropertyEntry, RelationshipType, ReleaseType, Report, Signature, SmartFilter, Subscription, UserFavorite, UserItemViewHistory, View, View_ItemType, ViewConfig

public interface ScopedObject
extends DomainObjectBase


Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Method Summary
 java.lang.Integer getRefId()
           
 java.lang.Integer getScopeId()
           
 void setRefId(java.lang.Integer refId)
           
 void setScopeId(java.lang.Integer scopeId)
           
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
getId, getOrganizationId, setId, setOrganizationId
 

Method Detail

getScopeId

java.lang.Integer getScopeId()

setScopeId

void setScopeId(java.lang.Integer scopeId)

getRefId

java.lang.Integer getRefId()

setRefId

void setRefId(java.lang.Integer refId)


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