com.jamasoftware.contour.domain
Class Document_DocAttach
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.Document_DocAttach
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class Document_DocAttach
- extends DomainObjectSupport
Document and attachment document link object.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Document_DocAttach
public Document_DocAttach()
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 Document getAttachment()
setAttachment
public void setAttachment(Document attachment)
getNote
public java.lang.String getNote()
setNote
public void setNote(java.lang.String note)
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.