Class CorporationImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.IdentifiableImpl
-
- de.digitalcollections.model.impl.identifiable.entity.EntityImpl
-
- de.digitalcollections.model.impl.identifiable.entity.CorporationImpl
-
- All Implemented Interfaces:
Corporation,Entity,Identifiable
public class CorporationImpl extends EntityImpl implements Corporation
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
entityType
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, label, lastModified, previewImage, type
-
-
Constructor Summary
Constructors Constructor Description CorporationImpl()
-
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.impl.identifiable.entity.EntityImpl
getEntityType, setEntityType
-
Methods inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getEntityType, setEntityType
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
-
-
-
Method Detail
-
getHomepageUrl
public URL getHomepageUrl()
- Specified by:
getHomepageUrlin interfaceCorporation- Returns:
- URL to homepage of corporation
-
setHomepageUrl
public void setHomepageUrl(URL homepageUrl)
- Specified by:
setHomepageUrlin interfaceCorporation- Parameters:
homepageUrl- set URL to homepage of corporation
-
getText
public LocalizedStructuredContent getText()
- Specified by:
getTextin interfaceCorporation- Returns:
- localized formatted text describing corporation
-
setText
public void setText(LocalizedStructuredContent text)
- Specified by:
setTextin interfaceCorporation- Parameters:
text- set localized formatted text describing corporation
-
-