|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.geosolutions.geobatch.catalog.impl.BaseIdentifiable
public abstract class BaseIdentifiable
| Constructor Summary | |
|---|---|
protected |
BaseIdentifiable()
Deprecated. use the complete constructor |
|
BaseIdentifiable(java.lang.String id,
java.lang.String name,
java.lang.String description)
Constructor forcing initialization of: id ,name and description of this resource |
| Method Summary | |
|---|---|
BaseIdentifiable |
clone()
|
java.lang.String |
getDescription()
|
java.lang.String |
getId()
The Flow BaseEventConsumer Type identifier. |
java.lang.String |
getName()
The Flow BaseEventConsumer Type name. |
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.String id)
The Flow BaseEventConsumer Type identifier. |
void |
setName(java.lang.String name)
The Flow BaseEventConsumer Type name. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BaseIdentifiable()
public BaseIdentifiable(java.lang.String id,
java.lang.String name,
java.lang.String description)
id - name - description - | Method Detail |
|---|
public java.lang.String getId()
Identifiable
getId in interface Identifiablepublic java.lang.String getName()
Identifiable
getName in interface Identifiablepublic void setId(java.lang.String id)
Identifiable
setId in interface Identifiableid - the id to setpublic void setName(java.lang.String name)
Identifiable
setName in interface Identifiablename - the name to setpublic void setDescription(java.lang.String description)
setDescription in interface Identifiabledescription - the description to setpublic java.lang.String getDescription()
getDescription in interface Identifiablepublic BaseIdentifiable clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||