Package com.ardoq.model
Class Attachment
java.lang.Object
com.ardoq.model.Attachment
public class Attachment extends Object
Represents an attachment stored on a workspace.
-
Constructor Summary
Constructors Constructor Description Attachment() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetContentType()DategetCreated()StringgetCreatedBy()StringgetFilename()StringgetId()DategetLastUpdated()LonggetSize()StringgetUri()inthashCode()StringtoString()
-
Constructor Details
-
Attachment
public Attachment()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
-
getCreated
-
getCreatedBy
-
getLastUpdated
-
getContentType
-
getFilename
-
getUri
-
getSize
-
toString
-