Package com.ads.api.beans.common
Class SDIClassification
java.lang.Object
com.ads.api.beans.common.SDIClassification
This class provides some beans control methods related to SDIClassification
such as name, id, description,
objectTypeId and objectId etc..
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.intgetId()Returns the id.getName()Returns the name.intReturns the objectId.intReturns the objectTypeId.voidsetDescription(String description) Sets the description.voidsetId(int id) Sets the id.voidSets the name.voidsetObjectId(int objectId) Sets the objectId.voidsetObjectTypeId(int objectTypeId) Sets the objectTypeId.toString()
-
Constructor Details
-
SDIClassification
public SDIClassification()
-
-
Method Details
-
getObjectTypeId
public int getObjectTypeId()Returns the objectTypeId.- Returns:
- objectTypeId int
-
setObjectTypeId
public void setObjectTypeId(int objectTypeId) Sets the objectTypeId.- Parameters:
objectTypeId- int.
-
getObjectId
public int getObjectId()Returns the objectId.- Returns:
- objectId int
-
setObjectId
public void setObjectId(int objectId) Sets the objectId.- Parameters:
objectId- int
-
getId
public int getId()Returns the id.- Returns:
- id int
-
setId
public void setId(int id) Sets the id.- Parameters:
id- int
-
getName
Returns the name.- Returns:
- name String.
-
setName
Sets the name.- Parameters:
name- String
-
getDescription
Returns the description.- Returns:
- description String
-
setDescription
Sets the description.- Parameters:
description- String
-
toString
-