Package com.tridion.storage.entities
Interface BinaryVariantEntity
- All Superinterfaces:
BaseEntity,Serializable
- All Known Implementing Classes:
BinaryVariant
BinaryVariantEntity.
-
Method Summary
Modifier and TypeMethodDescriptionintgetPath()intgetUrl()booleanvoidsetBinaryMeta(BinaryMeta binaryMeta) voidsetBinaryType(String binaryType) voidsetComponent(boolean component) voidsetDescription(String description) voidvoidsetStructureGroupId(String structureGroupId) voidMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, getPK, setPK
-
Method Details
-
getBinaryMeta
BinaryMeta getBinaryMeta() -
setBinaryMeta
-
getDescription
String getDescription() -
setDescription
-
getPath
String getPath() -
setPath
-
getUrl
String getUrl() -
setUrl
-
isComponent
boolean isComponent() -
setComponent
void setComponent(boolean component) -
getBinaryType
String getBinaryType() -
setBinaryType
-
getStructureGroupId
String getStructureGroupId() -
setStructureGroupId
-
getPublicationId
int getPublicationId() -
getBinaryId
int getBinaryId() -
getVariantId
String getVariantId()
-