|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableModelObjectImpl
org.homeunix.thecave.buddi.plugin.api.model.impl.MutableModelObjectImpl
org.homeunix.thecave.buddi.plugin.api.model.impl.MutableSourceImpl
public abstract class MutableSourceImpl
| Constructor Summary | |
|---|---|
MutableSourceImpl(Source source)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFullName()
Returns the full name of this source. |
java.lang.String |
getName()
Returns the name of this source |
java.lang.String |
getNotes()
Return any notes associated with this source |
Source |
getSource()
Returns the wrapped object from the underlying data model. |
boolean |
isDeleted()
Is this source deleted? |
void |
setDeleted(boolean deleted)
Sets this source as deleted |
void |
setName(java.lang.String name)
Sets the name of this source |
void |
setNotes(java.lang.String notes)
Sets the notes associated with this source |
java.lang.String |
toString()
|
| Methods inherited from class org.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableModelObjectImpl |
|---|
compareTo, equals, getModified, getRaw, getUid, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.homeunix.thecave.buddi.plugin.api.model.ImmutableModelObject |
|---|
getModified, getRaw, getUid |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public MutableSourceImpl(Source source)
| Method Detail |
|---|
public void setDeleted(boolean deleted)
throws InvalidValueException
MutableSource
setDeleted in interface MutableSourceInvalidValueException
public void setName(java.lang.String name)
throws InvalidValueException
MutableSource
setName in interface MutableSourceInvalidValueException
public void setNotes(java.lang.String notes)
throws InvalidValueException
MutableSource
setNotes in interface MutableSourceInvalidValueExceptionpublic Source getSource()
ImmutableSource
getSource in interface ImmutableSourcepublic boolean isDeleted()
ImmutableSource
isDeleted in interface ImmutableSourcepublic java.lang.String getName()
ImmutableSource
getName in interface ImmutableSourcepublic java.lang.String getFullName()
ImmutableSource
getFullName in interface ImmutableSourcepublic java.lang.String getNotes()
ImmutableSource
getNotes in interface ImmutableSourcepublic java.lang.String toString()
toString in class ImmutableModelObjectImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||