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>

public class ApplicationInstanceDTO extends SilverpeasObjectDTO implements Serializable
See Also:
  • Constructor Details

    • ApplicationInstanceDTO

      public ApplicationInstanceDTO()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getRights

      public RightDTO getRights()
    • setRights

      public void setRights(RightDTO rights)
    • 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

      public String getExtraId()
    • setExtraId

      public void setExtraId(String extraId)
    • 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

      public void setParameters(Map<String,String> parameters)
    • getParameters

      public Map<String,String> getParameters()
    • getIntroduction

      public String getIntroduction()
    • setIntroduction

      public void setIntroduction(String introduction)
    • fromJSON

      public static ApplicationInstanceDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)