Class WSSubscription
- java.lang.Object
-
- com.logicaldoc.audit.webservice.model.WSSubscription
-
public class WSSubscription extends Object
Simple value object for getting the subscription details- Since:
- 6.5
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description WSSubscription()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WSSubscription
fromSubscription(Subscription s)
String
getCreation()
String
getDescription()
String
getEvents()
String
getFileType()
long
getId()
String
getName()
long
getObjectId()
String
getType()
void
setCreation(String creation)
void
setDescription(String description)
void
setEvents(String events)
void
setFileType(String fileType)
void
setId(long id)
void
setName(String name)
void
setObjectId(long objectId)
void
setType(String type)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getObjectId
public long getObjectId()
-
setObjectId
public void setObjectId(long objectId)
-
getFileType
public String getFileType()
-
setFileType
public void setFileType(String fileType)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getId
public long getId()
-
setId
public void setId(long id)
-
fromSubscription
public static WSSubscription fromSubscription(Subscription s)
-
getCreation
public String getCreation()
-
setCreation
public void setCreation(String creation)
-
getEvents
public String getEvents()
-
setEvents
public void setEvents(String events)
-
-