com.jamasoftware.contour.domain
Class DomainObjectSupport

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by 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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
DomainObjectSupport()
           
 
Method Summary
 java.lang.Integer getCreatedBy()
           
 java.util.Date getCreatedDate()
           
 java.lang.Integer getModifiedBy()
           
 java.util.Date getModifiedDate()
           
 void setCreatedBy(java.lang.Integer createdBy)
           
 void setCreatedDate(java.util.Date createdDate)
           
 void setModifiedBy(java.lang.Integer modifiedBy)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObject
getXmlToString
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
getId, getOrganizationId, setId, setOrganizationId
 

Constructor Detail

DomainObjectSupport

public DomainObjectSupport()
Method Detail

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.