|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminTagGroupToTag
public class AdminTagGroupToTag
Admin Tag Group to Tag
Field Summary | |
---|---|
private int |
tagGroupId
tagGroupId |
private int |
tagId
tagId |
Constructor Summary | |
---|---|
AdminTagGroupToTag()
Constructor |
|
AdminTagGroupToTag(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminOrderStatus object from a Record object |
Method Summary | |
---|---|
int |
getId()
|
int |
getTagGroupId()
|
int |
getTagId()
|
void |
setId(int id)
|
void |
setTagGroupId(int tagGroupId)
|
void |
setTagId(int tagId)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int tagGroupId
private int tagId
Constructor Detail |
---|
public AdminTagGroupToTag()
public AdminTagGroupToTag(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in interface AdminObjectIf
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
getId
in interface AdminObjectIf
public void setId(int id)
setId
in interface AdminObjectIf
id
- The id to set.public int getTagGroupId()
public void setTagGroupId(int tagGroupId)
tagGroupId
- the tagGroupId to setpublic void setTagId(int tagId)
tagId
- the tagId to setpublic int getTagId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |