public class ContentAsset extends MetadataWithContent
| Constructor and Description |
|---|
ContentAsset()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ContentAssetFormat |
getFormat() |
boolean |
getIsVisibleByExternalUsers() |
java.lang.String |
getLanguage() |
java.lang.String |
getMasterLabel() |
java.lang.String |
getOriginNetwork() |
ContentAssetRelationships |
getRelationships() |
ContentAssetVersions |
getVersions() |
boolean |
isIsVisibleByExternalUsers() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFormat(ContentAssetFormat format) |
protected void |
setFormat(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsVisibleByExternalUsers(boolean isVisibleByExternalUsers) |
protected void |
setIsVisibleByExternalUsers(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLanguage(java.lang.String language) |
protected void |
setLanguage(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMasterLabel(java.lang.String masterLabel) |
protected void |
setMasterLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOriginNetwork(java.lang.String originNetwork) |
protected void |
setOriginNetwork(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRelationships(ContentAssetRelationships relationships) |
protected void |
setRelationships(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setVersions(ContentAssetVersions versions) |
protected void |
setVersions(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getContent, setContent, setContentgetFullName, setFullName, setFullNamepublic ContentAssetFormat getFormat()
public void setFormat(ContentAssetFormat format)
protected void setFormat(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsVisibleByExternalUsers()
public boolean isIsVisibleByExternalUsers()
public void setIsVisibleByExternalUsers(boolean isVisibleByExternalUsers)
protected void setIsVisibleByExternalUsers(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
protected void setLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getMasterLabel()
public void setMasterLabel(java.lang.String masterLabel)
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getOriginNetwork()
public void setOriginNetwork(java.lang.String originNetwork)
protected void setOriginNetwork(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic ContentAssetRelationships getRelationships()
public void setRelationships(ContentAssetRelationships relationships)
protected void setRelationships(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic ContentAssetVersions getVersions()
public void setVersions(ContentAssetVersions versions)
protected void setVersions(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
write in interface XMLizablewrite in class MetadataWithContentjava.io.IOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class MetadataWithContentjava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class MetadataWithContentjava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class MetadataWithContentjava.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class MetadataWithContentCopyright © 2020. All Rights Reserved.