com.konakartadmin.app
Class AdminOrderStatusName

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

public class AdminOrderStatusName
extends java.lang.Object
implements AdminObjectIf

Contains the name of an order status for a given language.


Field Summary
private  int id
          id
private  int languageId
          language Id
private  java.lang.String name
          name
private  boolean notifyCustomer
          notifyCustomer
 
Constructor Summary
AdminOrderStatusName()
          Constructor
AdminOrderStatusName(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 getLanguageId()
           
 java.lang.String getName()
           
 boolean isNotifyCustomer()
           
 void setId(int id)
           
 void setLanguageId(int languageId)
           
 void setName(java.lang.String name)
           
 void setNotifyCustomer(boolean notifyCustomer)
           
 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

id

private int id
id


name

private java.lang.String name
name


languageId

private int languageId
language Id


notifyCustomer

private boolean notifyCustomer
notifyCustomer

Constructor Detail

AdminOrderStatusName

public AdminOrderStatusName()
Constructor


AdminOrderStatusName

public AdminOrderStatusName(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 containing the attributes of the OrderStatus object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the OrdersStatus object.

getId

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

setId

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

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getLanguageId

public int getLanguageId()
Returns:
Returns the languageId.

setLanguageId

public void setLanguageId(int languageId)
Parameters:
languageId - The languageId to set.

isNotifyCustomer

public boolean isNotifyCustomer()
Returns:
the notifyCustomer

setNotifyCustomer

public void setNotifyCustomer(boolean notifyCustomer)
Parameters:
notifyCustomer - the notifyCustomer to set


Copyright © 2011 DS Data Systems UK Ltd.