public class AdminMiscItemType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Calendar |
dateAdded
The value for the dateAdded field
|
private java.lang.String |
description
The value for the description field
|
private int |
kkMiscItemTypeId
The value for the kkMiscItemTypeId field
|
private int |
languageId
The value for the languageId field
|
private java.lang.String |
name
The value for the name field
|
private java.lang.String |
storeId
The value for the storeId field
|
Constructor and Description |
---|
AdminMiscItemType()
Constructor
|
AdminMiscItemType(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminMiscItemType object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getDateAdded() |
java.lang.String |
getDescription()
Get the Description
|
int |
getKkMiscItemTypeId()
Get the KkMiscItemTypeId
|
int |
getLanguageId()
Get the LanguageId
|
java.lang.String |
getName()
Get the Name
|
java.lang.String |
getStoreId()
Get the StoreId
|
void |
setDateAdded(java.util.Calendar dateAdded) |
void |
setDescription(java.lang.String description)
Set the value of description
|
void |
setKkMiscItemTypeId(int kkMiscItemTypeId)
Set the value of kkMiscItemTypeId
|
void |
setLanguageId(int languageId)
Set the value of languageId
|
void |
setName(java.lang.String name)
Set the value of name
|
void |
setStoreId(java.lang.String storeId)
Set the value of storeId
|
java.lang.String |
toString()
toString
|
java.lang.String |
toStringBrief()
toStringBrief
|
private int kkMiscItemTypeId
private int languageId
private java.lang.String name
private java.lang.String description
private java.lang.String storeId
private java.util.Calendar dateAdded
public AdminMiscItemType()
public AdminMiscItemType(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 getKkMiscItemTypeId()
public void setKkMiscItemTypeId(int kkMiscItemTypeId)
kkMiscItemTypeId
- new valuepublic int getLanguageId()
public void setLanguageId(int languageId)
languageId
- new valuepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- new valuepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- new valuepublic java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- new valuepublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- the dateAdded to setCopyright © 2018 DS Data Systems UK Ltd.