public class AdminTagGroupToTag
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
tagGroupId
tagGroupId
|
private int |
tagId
tagId
|
Constructor and Description |
---|
AdminTagGroupToTag()
Constructor
|
AdminTagGroupToTag(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminOrderStatus object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getTagGroupId() |
int |
getTagId() |
void |
setTagGroupId(int tagGroupId) |
void |
setTagId(int tagId) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public AdminTagGroupToTag()
public AdminTagGroupToTag(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getTagGroupId()
public void setTagGroupId(int tagGroupId)
tagGroupId
- the tagGroupId to setpublic void setTagId(int tagId)
tagId
- the tagId to setpublic int getTagId()
Copyright © 2018 DS Data Systems UK Ltd.