Package org.exoplatform.appcenter.dto
Class UserApplication
java.lang.Object
org.exoplatform.appcenter.dto.Application
org.exoplatform.appcenter.dto.UserApplication
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserApplication(Long id, String title, String url, String helpPageURL, Long imageFileId, Long imageLastModified, String imageFileBody, String imageFileName, String description, boolean isSystem, boolean active, boolean isMandatory, boolean isMobile, boolean favorite, boolean isChangedManually, String... permissions) -
Method Summary
Methods inherited from class org.exoplatform.appcenter.dto.Application
getDescription, getHelpPageURL, getId, getImageFileBody, getImageFileId, getImageFileName, getImageLastModified, getOrder, getPermissions, getTitle, getUrl, isActive, isChangedManually, isMandatory, isMobile, isSystem, setActive, setChangedManually, setDescription, setHelpPageURL, setId, setImageFileBody, setImageFileId, setImageFileName, setImageLastModified, setIsMobile, setMandatory, setOrder, setPermissions, setSystem, setTitle, setUrl, toString
-
Constructor Details
-
UserApplication
-
UserApplication
public UserApplication(Long id, String title, String url, String helpPageURL, Long imageFileId, Long imageLastModified, String imageFileBody, String imageFileName, String description, boolean isSystem, boolean active, boolean isMandatory, boolean isMobile, boolean favorite, boolean isChangedManually, String... permissions)
-
-
Method Details
-
isFavorite
public boolean isFavorite() -
setFavorite
public void setFavorite(boolean favorite)
-