com.jamasoftware.contour.domain
Interface DomainObjectBase
- All Superinterfaces:
- OrganizationAware, java.io.Serializable
- All Known Subinterfaces:
- DomainObject, ObjectTypeScoped, ScopedObject, ScopedObjectWithContext, SidScoped
- All Known Implementing Classes:
- AclObject, AclPermission, AclPermissionEntry, Attachment, AuthProviderConfig, BaseLine, ChangeRequestAssociation, Comment, CommentStatus, CommentType, ContourItem, DistributionGroup, Document, Document_Attachment, Document_DocAttach, Document_Document, Document_URL, DocumentCustomFieldValue, DocumentField, DocumentGroup, DocumentNode, DocumentType, DocumentTypeCategory, DocumentTypeField, DomainObjectBaseSupport, DomainObjectSupport, DomainObjectSupportWithVersion, Email, Estimate, EventActionType, EventEntry, EventType, FieldLayout, FieldLayoutEntry, FieldLayoutType, Filter, GlossaryItem, IntegrationComponentMapping, IntegrationConnection, IntegrationDirectionType, IntegrationFieldMapping, IntegrationType, ItemSyncStatus, ItemTemplate, JobSchedule, LicenseSnapshot, Lookup, LookupType, MutedSubscription, ObjectType, Organization, Perspective, Perspective_Role, Perspective_View, PerspectiveConfig, PerspectiveType, PluginEntry, PropertyEntry, RelationshipType, Release, ReleaseType, Report, ReportCriteria, ReportFormat, ReportType, Review, Revision, Revision_Item, Revision_User, Revision_User_Item, RevisionPropertyEntry, RevisionStatus, RevisionUserItemStatus, Role, Signature, SmartFilter, StepItem, Subscription, TestCaseStatus, TestCaseStep, TestCycle, TestPlan, TestResult, TestRun, TestRunSet, TestRunStatus, TestRunStep, TestSet, TestSetCase, Token, User, User_JobSchedule, User_Organization, UserFavorite, UserItemViewHistory, UserLogEntry, Version, View, View_ItemType, ViewConfig, ViewType
public interface DomainObjectBase
- extends java.io.Serializable, OrganizationAware
ORGANIZATION_COLUMN_NAME
static final java.lang.String ORGANIZATION_COLUMN_NAME
- See Also:
- Constant Field Values
getId
java.lang.Integer getId()
setId
void setId(java.lang.Integer id)
getOrganizationId
java.lang.Integer getOrganizationId()
- Specified by:
getOrganizationId in interface OrganizationAware
setOrganizationId
void setOrganizationId(java.lang.Integer organizationId)
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.