com.jamasoftware.contour.domain
Class Document_Attachment

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by com.jamasoftware.contour.domain.Document_Attachment
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable

@Entity
public class Document_Attachment
extends DomainObjectSupport

Document/Item Attachment.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
Document_Attachment()
           
 
Method Summary
 Attachment getAttachment()
           
 ContourItem getDocument()
           
 java.lang.Integer getId()
           
 java.lang.String getNote()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getUrl()
           
 java.lang.String getXmlToString()
           
 void setAttachment(Attachment attachment)
           
 void setDocument(ContourItem document)
           
 void setId(java.lang.Integer id)
           
 void setNote(java.lang.String note)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setUrl(java.lang.String url)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

Document_Attachment

public Document_Attachment()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getDocument

public ContourItem getDocument()

setDocument

public void setDocument(ContourItem document)

getAttachment

public Attachment getAttachment()

setAttachment

public void setAttachment(Attachment attachment)

getNote

public java.lang.String getNote()

setNote

public void setNote(java.lang.String note)

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getXmlToString

public java.lang.String getXmlToString()


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.