com.jamasoftware.contour.domain
Class Document_Document
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.Document_Document
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class Document_Document
- extends DomainObjectSupport
Relationships between documents.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Document_Document
public Document_Document()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getAssociationType
public Lookup getAssociationType()
setAssociationType
public void setAssociationType(Lookup associationType)
getRelationshipType
public RelationshipType getRelationshipType()
setRelationshipType
public void setRelationshipType(RelationshipType relationshipType)
getFromDocument
public ContourItem getFromDocument()
setFromDocument
public void setFromDocument(ContourItem fromDocument)
getToDocument
public ContourItem getToDocument()
setToDocument
public void setToDocument(ContourItem toDocument)
getSuspect
public java.lang.Boolean getSuspect()
setSuspect
public void setSuspect(java.lang.Boolean isSuspect)
getItemSyncStatus
public ItemSyncStatus getItemSyncStatus()
setItemSyncStatus
public void setItemSyncStatus(ItemSyncStatus itemSyncStatus)
getStatus
public Lookup getStatus()
setStatus
public void setStatus(Lookup status)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getOrganizationId
public java.lang.Integer getOrganizationId()
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
isNewRelationship
public boolean isNewRelationship()
isItemSyncRelationship
public boolean isItemSyncRelationship()
getXmlToString
public java.lang.String getXmlToString()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- a
String representation of this object.
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.