public interface ImageContentItemResource extends ContentItemResource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestination(java.util.Locale locale) |
java.lang.String |
getImageDescription(java.util.Locale locale) |
java.lang.String |
getImageType(java.util.Locale locale) |
java.lang.String |
getLocation(java.util.Locale locale) |
java.lang.String |
getTarget(java.util.Locale locale) |
void |
setDestination(java.lang.String destination, java.util.Locale locale) |
void |
setImageDescription(java.lang.String description, java.util.Locale locale) |
void |
setImageType(java.lang.String imageType, java.util.Locale locale) |
void |
setLocation(java.lang.String location, java.util.Locale locale) |
void |
setTarget(java.lang.String target, java.util.Locale locale) |
getContentId, setContentId
getAuthorizedActions, getCreated, getCreator, getDescription, getDocumentRef, getId, getIsInitialized, getIsSecured, getIsSeeded, getModified, getModifier, getName, getNamespace, getPortal, getRootSecurityEntity, getSecurityEntity, getSecurityId, getShortId, getType, getVersionId, inheritsSecurity, lock, setCreated, setCreator, setDescription, setDocumentRef, setIsInitialized, setIsSeeded, setName, setNamespace, setPortal, setSecurityEntity, setSecurityId, setVersionId
@PersistText(shortText=true, translatable=true) java.lang.String getImageType(java.util.Locale locale)
void setImageType(java.lang.String imageType, java.util.Locale locale)
@PersistText(shortText=true, translatable=true) java.lang.String getLocation(java.util.Locale locale)
void setLocation(java.lang.String location, java.util.Locale locale)
@PersistText(shortText=true, translatable=true) java.lang.String getDestination(java.util.Locale locale)
void setDestination(java.lang.String destination, java.util.Locale locale)
@PersistText(shortText=true, translatable=true) java.lang.String getTarget(java.util.Locale locale)
void setTarget(java.lang.String target, java.util.Locale locale)
@PersistText(shortText=true, translatable=true) java.lang.String getImageDescription(java.util.Locale locale)
void setImageDescription(java.lang.String description, java.util.Locale locale)