|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bibalex.daf.entities.CollectionEntities
public abstract class CollectionEntities
This class is used by the Collection Entities like Owner, Project and In-Charge. It unifies the way the collection treats its different composing entities.
| Field Summary | |
|---|---|
protected java.lang.String |
abbreviation
|
protected java.lang.String |
comment
|
protected int |
id
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
CollectionEntities()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbbreviation()
Most Entities have abbreviation, if this is not appplicable, return "" |
java.lang.String |
getComment()
If the Entity supports a comment field, it should be returned by this method. |
int |
getID()
Retrieves the ID of the Entity (Usually it is always an unsigned int) |
java.lang.String |
getName()
Each entity has at least a name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int id
protected java.lang.String name
protected java.lang.String abbreviation
protected java.lang.String comment
| Constructor Detail |
|---|
public CollectionEntities()
| Method Detail |
|---|
public int getID()
public java.lang.String getName()
public java.lang.String getAbbreviation()
public java.lang.String getComment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||