public class GroupLinkObject
extends java.lang.Object
| 构造器和说明 |
|---|
GroupLinkObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
getGroup_prototypeid()
Gets readonly ID of the group link..
|
java.lang.Integer |
getGroupid()
Gets ID of the host group..
|
java.lang.Integer |
getHostid()
Gets readonly ID of the host prototype.
|
java.lang.Integer |
getTemplateid()
Gets readonly ID of the parent template group link..
|
void |
setGroup_prototypeid(java.lang.Integer group_prototypeid)
Sets new readonly ID of the group link..
|
void |
setGroupid(java.lang.Integer groupid)
Sets new ID of the host group..
|
void |
setHostid(java.lang.Integer hostid)
Sets new readonly ID of the host prototype.
|
void |
setTemplateid(java.lang.Integer templateid)
Sets new readonly ID of the parent template group link..
|
public java.lang.Integer getTemplateid()
public void setTemplateid(java.lang.Integer templateid)
templateid - New value of readonly ID of the parent template group link..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.Integer getGroupid()
public void setGroupid(java.lang.Integer groupid)
groupid - New value of ID of the host group..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 link..