Package com.jamasoftware.velocity.api
Interface DocumentDocAttach
-
- All Superinterfaces:
DomainObject
public interface DocumentDocAttach extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Document
getAttachment()
ContourItem
getDocument()
java.lang.String
getNote()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getDocument
ContourItem getDocument()
-
getAttachment
Document getAttachment()
-
getNote
java.lang.String getNote()
-
-