Class CorporateBodyImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.IdentifiableImpl
de.digitalcollections.model.impl.identifiable.entity.EntityImpl
de.digitalcollections.model.impl.identifiable.entity.agent.AgentImpl
de.digitalcollections.model.impl.identifiable.entity.agent.CorporateBodyImpl
- All Implemented Interfaces:
Agent,CorporateBody,Entity,Identifiable
public class CorporateBodyImpl extends AgentImpl implements CorporateBody
-
Field Summary
Fields inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
customAttributes, entityType, refIdFields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, identifiers, label, lastModified, previewImage, previewImageRenderingHints, type -
Constructor Summary
Constructors Constructor Description CorporateBodyImpl() -
Method Summary
Modifier and Type Method Description java.net.URLgetHomepageUrl()LocalizedStructuredContentgetText()voidsetHomepageUrl(java.net.URL homepageUrl)voidsetText(LocalizedStructuredContent text)Methods inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
equals, getCustomAttributes, getEntityType, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hasCustomAttribute, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Constructor Details
-
CorporateBodyImpl
public CorporateBodyImpl()
-
-
Method Details
-
getHomepageUrl
public java.net.URL getHomepageUrl()- Specified by:
getHomepageUrlin interfaceCorporateBody- Returns:
- URL to homepage of corporate body
-
getText
- Specified by:
getTextin interfaceCorporateBody- Returns:
- localized formatted text describing corporate body
-
setHomepageUrl
public void setHomepageUrl(java.net.URL homepageUrl)- Specified by:
setHomepageUrlin interfaceCorporateBody- Parameters:
homepageUrl- set URL to homepage of corporate body
-
setText
- Specified by:
setTextin interfaceCorporateBody- Parameters:
text- set localized formatted text describing corporate body
-