Class AlbumDTO
java.lang.Object
org.silverpeas.mobile.shared.dto.BaseDTO
org.silverpeas.mobile.shared.dto.media.AlbumDTO
- All Implemented Interfaces:
Comparable<AlbumDTO>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.silverpeas.mobile.shared.dto.BaseDTO
fromSuperJSON, getClassName, getId, setClassName, setId
-
Constructor Details
-
AlbumDTO
public AlbumDTO()
-
-
Method Details
-
getName
-
setName
-
getCountMedia
public int getCountMedia() -
setCountMedia
public void setCountMedia(int countMedia) -
getRoot
public boolean getRoot() -
setRoot
public void setRoot(boolean root) -
fromJSON
-