Class SystemCustomImage
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.utils.StoredFile
-
- org.cyclos.entities.system.Image
-
- org.cyclos.entities.system.CustomImage<SystemImageCategory>
-
- org.cyclos.entities.contentmanagement.SystemCustomImage
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,ProcessableForDataTranslation,ICategorizedImage<SystemImageCategory>,IEntity,INamedEntity
@Entity public class SystemCustomImage extends CustomImage<SystemImageCategory>
-
-
Constructor Summary
Constructors Constructor Description SystemCustomImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemImageCategorygetCategory()ImageNaturegetNature()voidsetCategory(SystemImageCategory category)-
Methods inherited from class org.cyclos.entities.system.CustomImage
getNetwork
-
Methods inherited from class org.cyclos.entities.system.Image
getHeight, getKey, getWidth, isConvertedToJpeg, setConvertedToJpeg, setHeight, setKey, setWidth
-
Methods inherited from class org.cyclos.entities.utils.StoredFile
getContentType, getLastModified, getLastModifiedInMillis, getLength, getMetadata, setContentType, setLastModified, setLength, setMetadata
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, uniqueIds, uniqueIds
-
-
-
-
Method Detail
-
getCategory
public SystemImageCategory getCategory()
-
getNature
public ImageNature getNature()
-
setCategory
public void setCategory(SystemImageCategory category)
-
-