public class ContentTypeDescription extends java.lang.Object implements ContentTypeDescriptionIf
Constructor and Description |
---|
ContentTypeDescription()
Constructor
|
ContentTypeDescription(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the ContentTypeDescription object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getContentTypeId() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getDescription() |
int |
getId() |
int |
getLanguageId() |
java.lang.String |
getName() |
void |
setContentTypeId(int contentTypeId) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setDescription(java.lang.String description) |
void |
setId(int id) |
void |
setLanguageId(int languageId) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public ContentTypeDescription()
public ContentTypeDescription(com.workingdogs.village.Record vr, 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 getContentTypeId()
getContentTypeId
in interface ContentTypeDescriptionIf
public void setContentTypeId(int contentTypeId)
setContentTypeId
in interface ContentTypeDescriptionIf
contentTypeId
- the contentTypeId to setpublic int getLanguageId()
getLanguageId
in interface ContentTypeDescriptionIf
public void setLanguageId(int languageId)
setLanguageId
in interface ContentTypeDescriptionIf
languageId
- the languageId to setpublic java.lang.String getName()
getName
in interface ContentTypeDescriptionIf
public void setName(java.lang.String name)
setName
in interface ContentTypeDescriptionIf
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface ContentTypeDescriptionIf
public void setDescription(java.lang.String description)
setDescription
in interface ContentTypeDescriptionIf
description
- the description to setpublic java.lang.String getCustom1()
getCustom1
in interface ContentTypeDescriptionIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface ContentTypeDescriptionIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
getCustom2
in interface ContentTypeDescriptionIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface ContentTypeDescriptionIf
custom2
- the custom2 to setpublic int getId()
getId
in interface ContentTypeDescriptionIf
public void setId(int id)
setId
in interface ContentTypeDescriptionIf
id
- the id to setCopyright © 2018 DS Data Systems UK Ltd.