com.konakartadmin.app
Class AdminTagGroupToTag

java.lang.Object
  extended by com.konakartadmin.app.AdminTagGroupToTag
All Implemented Interfaces:
AdminObjectIf

public class AdminTagGroupToTag
extends java.lang.Object
implements AdminObjectIf

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

tagGroupId

private int tagGroupId
tagGroupId


tagId

private int tagId
tagId

Constructor Detail

AdminTagGroupToTag

public AdminTagGroupToTag()
Constructor


AdminTagGroupToTag

public AdminTagGroupToTag(com.workingdogs.village.Record vr,
                          org.apache.torque.util.Criteria c)
                   throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminOrderStatus object from a Record object

Parameters:
vr - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface AdminObjectIf
Overrides:
toString in class java.lang.Object
Returns:
Returns a string representing the TagGroupToTag object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a brief string the TagGroupToTag object.

getId

public int getId()
Specified by:
getId in interface AdminObjectIf
Returns:
Returns the tagId.

setId

public void setId(int id)
Specified by:
setId in interface AdminObjectIf
Parameters:
id - The id to set.

getTagGroupId

public int getTagGroupId()
Returns:
the tagGroupId

setTagGroupId

public void setTagGroupId(int tagGroupId)
Parameters:
tagGroupId - the tagGroupId to set

setTagId

public void setTagId(int tagId)
Parameters:
tagId - the tagId to set

getTagId

public int getTagId()
Returns:
the tagId


Copyright © 2011 DS Data Systems UK Ltd.