public interface Contributor extends MediaEntity, Cloneable, DescriptiveObject
Entity that creates or contributes to a resource.
| Modifier and Type | Method and Description |
|---|---|
Contributor |
clone()
Create a cloned copy of this contributor.
|
String |
getName()
Returns the name of the contributor.
|
void |
setName(String name)
Sets the name of the contributor.
|
getLinkedDescriptiveObjectPluginID, setLinkedDescriptiveObjectPluginIDaddApplicationPlugin, clearApplicationPlugins, containsApplicationPlugin, containsApplicationPlugin, countApplicationPlugins, deepEquals, disableGenerationTracking, enableGenerationTracking, equals, getApplicationPlugins, getGeneration, getLinkedGenerationID, getObjectClass, isGenerationTracked, removeApplicationPlugin, removeApplicationPlugin, setLinkedGenerationID, setObjectClass, toStringgetPersistentID, setPersistentIndexString getName()
Returns the name of the contributor.
void setName(String name) throws NullPointerException
Sets the name of the contributor.
name - Name of the contributor.NullPointerException - Cannot set the required name with a null
value.Contributor clone()
Create a cloned copy of this contributor.
clone in interface DescriptiveObjectclone in interface InterchangeObjectclone in interface MediaEntity(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.