|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gentics.api.lib.datasource.DatasourceChannel
public class DatasourceChannel
Class for channels that are written into datasources
| Field Summary | |
|---|---|
protected int |
id
ID of the channel |
protected java.lang.String |
name
Name of the channel |
| Constructor Summary | |
|---|---|
DatasourceChannel(int id,
java.lang.String name)
Create an instance with given id and name |
|
| Method Summary | |
|---|---|
int |
compareTo(DatasourceChannel that)
|
boolean |
equals(DatasourceChannel that)
|
int |
getId()
Get the channel id |
java.lang.String |
getName()
Get the channel name |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int id
protected java.lang.String name
| Constructor Detail |
|---|
public DatasourceChannel(int id,
java.lang.String name)
id - idname - name| Method Detail |
|---|
public int getId()
public java.lang.String getName()
public boolean equals(DatasourceChannel that)
public int compareTo(DatasourceChannel that)
compareTo in interface java.lang.Comparable<DatasourceChannel>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||