com.jamasoftware.contour.domain
Class DomainObjectSupport
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
- Direct Known Subclasses:
- AclObject, AclPermission, AclPermissionEntry, Attachment, AuthProviderConfig, BaseLine, ChangeRequestAssociation, Comment, DistributionGroup, Document_Attachment, Document_DocAttach, Document_Document, Document_URL, DocumentCustomFieldValue, DocumentField, DocumentGroup, DocumentType, DocumentTypeField, DomainObjectSupportWithVersion, Email, Estimate, 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, Role, Signature, SmartFilter, Subscription, TestResult, Token, User, User_JobSchedule, User_Organization, UserFavorite, UserItemViewHistory, Version, View, View_ItemType, ViewConfig, ViewType
@MappedSuperclass
public abstract class DomainObjectSupport
- extends DomainObjectBaseSupport
Abstract domain object.
- Author:
- sean
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DomainObjectSupport
public DomainObjectSupport()
getCreatedDate
@Field(name="createdDate")
@FieldBridge(impl=com.jamasoftware.contour.util.search.bridge.DateFieldBridge.class)
public java.util.Date getCreatedDate()
setCreatedDate
public void setCreatedDate(java.util.Date createdDate)
getModifiedDate
@Field(name="modifiedDate")
@FieldBridge(impl=com.jamasoftware.contour.util.search.bridge.DateFieldBridge.class)
public java.util.Date getModifiedDate()
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
getCreatedBy
@Field(name="createdBy")
@FieldBridge(impl=com.jamasoftware.contour.util.search.bridge.UserIdFieldBridge.class)
public java.lang.Integer getCreatedBy()
setCreatedBy
public void setCreatedBy(java.lang.Integer createdBy)
getModifiedBy
@Field(name="modifiedBy")
@FieldBridge(impl=com.jamasoftware.contour.util.search.bridge.UserIdFieldBridge.class)
public java.lang.Integer getModifiedBy()
setModifiedBy
public void setModifiedBy(java.lang.Integer modifiedBy)
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.