Class CorporateBody
- java.lang.Object
-
- de.digitalcollections.model.identifiable.Identifiable
-
- de.digitalcollections.model.identifiable.entity.Entity
-
- de.digitalcollections.model.identifiable.entity.agent.Agent
-
- de.digitalcollections.model.identifiable.entity.agent.CorporateBody
-
public class CorporateBody extends Agent
CorporateBody is used to describe a (business) corporation (e.g. a project partner or organization or creator of a work). See https://de.wikipedia.org/wiki/Functional_Requirements_for_Bibliographic_Records and http://www.ib.hu-berlin.de/~kumlau/handreichungen/h189/#auf
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.identifiable.entity.Entity
customAttributes, entityType, refId
-
Fields inherited from class de.digitalcollections.model.identifiable.Identifiable
created, description, identifiers, label, lastModified, previewImage, previewImageRenderingHints, type
-
-
Constructor Summary
Constructors Constructor Description CorporateBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetHomepageUrl()LocalizedStructuredContentgetText()voidsetHomepageUrl(URL homepageUrl)voidsetText(LocalizedStructuredContent text)-
Methods inherited from class de.digitalcollections.model.identifiable.entity.Entity
equals, getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setEntityType, setRefId
-
Methods inherited from class de.digitalcollections.model.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
-
-
-
Method Detail
-
getHomepageUrl
public URL getHomepageUrl()
- Returns:
- URL to homepage of corporate body
-
getText
public LocalizedStructuredContent getText()
- Returns:
- localized formatted text describing corporate body
-
setHomepageUrl
public void setHomepageUrl(URL homepageUrl)
- Parameters:
homepageUrl- set URL to homepage of corporate body
-
setText
public void setText(LocalizedStructuredContent text)
- Parameters:
text- set localized formatted text describing corporate body
-
-