Interface IPublishedProject
- All Superinterfaces:
Serializable
Published Project Model.
- Since:
- 10.0
- Author:
- Voicu Modlovan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe revision prefix used by the publisher to delimiter [major]. -
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.foundation.ApplicationIDbyte[]byte[]getTags()voidvoidsetComment(String comment) voidsetContent(byte[] content) voidsetExportDate(Date exportDate) voidsetLocation(String location) voidsetMetadata(byte[] metadata) voidsetProject(String project) voidsetRevision(String revision) voidvoidsetUsername(String username)
-
Field Details
-
REVISION_PREFIX
The revision prefix used by the publisher to delimiter [major].[minor] version and [revision GUID]. Example: 1.0_revaf136051-edf7-4ddb-a386-40be56427a4b- See Also:
-
-
Method Details
-
getProject
String getProject() -
setProject
-
getBranch
String getBranch() -
setBranch
-
getRevision
String getRevision() -
setRevision
-
getLocation
String getLocation() -
setLocation
-
getUsername
String getUsername() -
setUsername
-
getComment
String getComment() -
setComment
-
getExportDate
Date getExportDate() -
setExportDate
-
getContent
byte[] getContent() -
setContent
void setContent(byte[] content) -
getMetadata
byte[] getMetadata() -
setMetadata
void setMetadata(byte[] metadata) -
getTags
String getTags() -
setTags
-
getProjectRevision
String getProjectRevision() -
getApplicationId
com.aquima.interactions.foundation.ApplicationID getApplicationId()
-