Class ApplicationInstanceDTO
java.lang.Object
org.silverpeas.mobile.shared.dto.navigation.SilverpeasObjectDTO
org.silverpeas.mobile.shared.dto.navigation.ApplicationInstanceDTO
- All Implemented Interfaces:
Serializable,Comparable<SilverpeasObjectDTO>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationInstanceDTObooleanbooleanintintbooleanbooleanintgetType()booleanvoidsetAbleToStoreContent(boolean ableToStoreContent) voidsetCommentable(boolean commentable) voidsetExtraId(String extraId) voidsetFileSharing(int fileSharing) voidsetFolderSharing(int folderSharing) voidsetIntroduction(String introduction) voidsetNotifiable(boolean notifiable) voidsetParameters(Map<String, String> parameters) voidsetPersonnal(boolean personnal) voidsetPublicationSharing(int publicationSharing) voidvoidvoidsetWorkflow(boolean workflow) Methods inherited from class org.silverpeas.mobile.shared.dto.navigation.SilverpeasObjectDTO
compareTo, fromSuperJSON, getClassName, getId, getLabel, getOrderNum, setClassName, setId, setLabel, setOrderNum
-
Constructor Details
-
ApplicationInstanceDTO
public ApplicationInstanceDTO()
-
-
Method Details
-
getType
-
setType
-
getRights
-
getCommentable
public boolean getCommentable() -
setCommentable
public void setCommentable(boolean commentable) -
getNotifiable
public boolean getNotifiable() -
setNotifiable
public void setNotifiable(boolean notifiable) -
getAbleToStoreContent
public boolean getAbleToStoreContent() -
setAbleToStoreContent
public void setAbleToStoreContent(boolean ableToStoreContent) -
getWorkflow
public boolean getWorkflow() -
setWorkflow
public void setWorkflow(boolean workflow) -
getExtraId
-
setExtraId
-
setFolderSharing
public void setFolderSharing(int folderSharing) -
setPublicationSharing
public void setPublicationSharing(int publicationSharing) -
setFileSharing
public void setFileSharing(int fileSharing) -
getFolderSharing
public int getFolderSharing() -
getPublicationSharing
public int getPublicationSharing() -
getFileSharing
public int getFileSharing() -
getPersonnal
public boolean getPersonnal() -
setPersonnal
public void setPersonnal(boolean personnal) -
setParameters
-
getParameters
-
getIntroduction
-
setIntroduction
-
fromJSON
-