Package com.jamasoftware.velocity.api
Interface Attachment
-
- All Superinterfaces:
DomainObject
public interface Attachment extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getAttachmentTypeId()
java.lang.String
getDescription()
java.lang.String
getDiagramGraphXml()
java.lang.Integer
getDiagramHeight()
java.lang.String
getDiagramImageXml()
java.lang.Integer
getDiagramWidth()
java.lang.String
getFileName()
java.lang.Integer
getFileSize()
Organization
getOrganization()
Project
getProject()
java.lang.Boolean
getSystem()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getSystem
java.lang.Boolean getSystem()
-
getAttachmentTypeId
java.lang.Integer getAttachmentTypeId()
-
getDiagramHeight
java.lang.Integer getDiagramHeight()
-
getDiagramWidth
java.lang.Integer getDiagramWidth()
-
getFileSize
java.lang.Integer getFileSize()
-
getOrganization
Organization getOrganization()
-
getProject
Project getProject()
-
getDescription
java.lang.String getDescription()
-
getDiagramGraphXml
java.lang.String getDiagramGraphXml()
-
getDiagramImageXml
java.lang.String getDiagramImageXml()
-
getFileName
java.lang.String getFileName()
-
-