public class SourceImpl extends java.lang.Object implements Source, java.lang.Cloneable, java.io.Serializable
| Constructor and Description |
|---|
SourceImpl(Source source) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Cloning method.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Accessor method.
|
java.lang.String |
getName()
Accessor method.
|
ResponsiblePerson |
getResponsiblePerson()
Accessor method.
|
java.lang.String |
getSourceId()
Accessor method.
|
int |
hashCode() |
void |
setDescription(java.lang.String newDescription) |
void |
setResponsiblePerson(ResponsiblePerson newResponsiblePerson) |
void |
setSourceId(java.lang.String newSourceId) |
java.lang.String |
toString() |
public SourceImpl(Source source)
public java.lang.String getSourceId()
SourcegetSourceId in interface Sourcepublic java.lang.String getName()
Sourcepublic java.lang.String getDescription()
SourcegetDescription in interface Sourcepublic ResponsiblePerson getResponsiblePerson()
SourcegetResponsiblePerson in interface Sourcepublic void setDescription(java.lang.String newDescription)
public void setResponsiblePerson(ResponsiblePerson newResponsiblePerson)
public void setSourceId(java.lang.String newSourceId)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Sourcepublic java.lang.String toString()
toString in class java.lang.Object