|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGroupPermissionsDesc
ColumnDesc
public class ColumnDesc
A description of the column to create.
Field Summary | |
---|---|
String |
comment
|
String |
name
|
String |
type
|
Fields inherited from class GroupPermissionsDesc |
---|
group, permissions |
Constructor Summary | |
---|---|
ColumnDesc()
|
|
ColumnDesc(String name,
String type,
String comment)
Create a new ColumnDesc |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
toString()
|
Methods inherited from class GroupPermissionsDesc |
---|
xequals, xequals, xequals, xequals |
Methods inherited from class Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String name
public String type
public String comment
Constructor Detail |
---|
public ColumnDesc()
public ColumnDesc(String name, String type, String comment)
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class GroupPermissionsDesc
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |