|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
TelephoneImpl
public class TelephoneImpl
Telephone numbers for contacting the responsible individual or organization.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
TelephoneImpl()
Constructs a default telephone. |
|
TelephoneImpl(Telephone source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Collection<String> |
getFacsimiles()
Returns the telephone numbers of a facsimile machine for the responsible organization or individual. |
Collection<String> |
getVoices()
Returns the telephone numbers by which individuals can speak to the responsible organization or individual. |
void |
setFacsimiles(Collection<? extends String> newValues)
Set the telephone number of a facsimile machine for the responsible organization or individual. |
void |
setVoices(Collection<? extends String> newValues)
Set the telephone numbers by which individuals can speak to the responsible organization or individual. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TelephoneImpl()
public TelephoneImpl(Telephone source)
Method Detail |
---|
public Collection<String> getVoices()
getVoices
in interface Telephone
public void setVoices(Collection<? extends String> newValues)
public Collection<String> getFacsimiles()
getFacsimiles
in interface Telephone
public void setFacsimiles(Collection<? extends String> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |