com.jamasoftware.contour.domain
Class Document_Document

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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
Document_Document()
           
 
Method Summary
 Lookup getAssociationType()
           
 java.lang.String getDescription()
           
 ContourItem getFromDocument()
           
 java.lang.Integer getId()
           
 ItemSyncStatus getItemSyncStatus()
           
 java.lang.Integer getOrganizationId()
           
 RelationshipType getRelationshipType()
           
 Lookup getStatus()
           
 java.lang.Boolean getSuspect()
           
 ContourItem getToDocument()
           
 java.lang.String getXmlToString()
           
 boolean isItemSyncRelationship()
           
 boolean isNewRelationship()
           
 void setAssociationType(Lookup associationType)
           
 void setDescription(java.lang.String description)
           
 void setFromDocument(ContourItem fromDocument)
           
 void setId(java.lang.Integer id)
           
 void setItemSyncStatus(ItemSyncStatus itemSyncStatus)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setRelationshipType(RelationshipType relationshipType)
           
 void setStatus(Lookup status)
           
 void setSuspect(java.lang.Boolean isSuspect)
           
 void setToDocument(ContourItem toDocument)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
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, wait, wait, wait
 

Constructor Detail

Document_Document

public Document_Document()
Method Detail

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.