Class WSSubscription
java.lang.Object
com.logicaldoc.audit.webservice.model.WSSubscription
Simple value object for getting the subscription details
- Since:
- 6.5
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic WSSubscriptiongetColor()longgetId()getName()longgetType()voidvoidsetCreation(String creation) voidsetDescription(String description) voidvoidsetFileType(String fileType) voidsetId(long id) voidvoidsetObjectId(long objectId) void
- 
Constructor Details- 
WSSubscriptionpublic WSSubscription()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getDescription
- 
setDescription
- 
getObjectIdpublic long getObjectId()
- 
setObjectIdpublic void setObjectId(long objectId) 
- 
getFileType
- 
setFileType
- 
getType
- 
setType
- 
getIdpublic long getId()
- 
setIdpublic void setId(long id) 
- 
fromSubscription
- 
getCreation
- 
setCreation
- 
getEvents
- 
setEvents
- 
getColor
- 
setColor
 
-