public class GroupPrototypeObject
extends java.lang.Object
| 构造器和说明 |
|---|
GroupPrototypeObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
getGroup_prototypeid()
Gets readonly ID of the group prototype..
|
java.lang.Integer |
getHostid()
Gets readonly ID of the host prototype.
|
java.lang.String |
getName()
Gets Name of the group prototype..
|
java.lang.Integer |
getTemplateid()
Gets readonly ID of the parent template group prototype..
|
void |
setGroup_prototypeid(java.lang.Integer group_prototypeid)
Sets new readonly ID of the group prototype..
|
void |
setHostid(java.lang.Integer hostid)
Sets new readonly ID of the host prototype.
|
void |
setName(java.lang.String name)
Sets new Name of the group prototype..
|
void |
setTemplateid(java.lang.Integer templateid)
Sets new readonly ID of the parent template group prototype..
|
public java.lang.Integer getHostid()
public void setHostid(java.lang.Integer hostid)
hostid - New value of readonly ID of the host prototype.public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of Name of the group prototype..public java.lang.Integer getGroup_prototypeid()
public void setGroup_prototypeid(java.lang.Integer group_prototypeid)
group_prototypeid - New value of readonly ID of the group prototype..public java.lang.Integer getTemplateid()
public void setTemplateid(java.lang.Integer templateid)
templateid - New value of readonly ID of the parent template group prototype..