public class PSubscriberPrefsServicesNode extends Object
Constructor and Description |
---|
PSubscriberPrefsServicesNode() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnable()
Getter method for enabled checkbox
|
String |
getId()
Getter method for id
|
int |
getIndex()
Getter method for index
|
String |
getName()
Getter method for name
|
Poid |
getParent_poid()
getter method for parent poid
|
Poid |
getPoid()
Getter method for poid_id
|
String |
getStatus()
Getter method for status
|
int |
getSubs_index()
Getter method for subscription index
|
ArrayList<PSubscriberPrefsServicesNode> |
list(ArrayList<PSubscriberPrefsServicesNode> serNodes)
Finds out the child nodes and returns them in an array list
|
void |
setEnable(Boolean enable)
Setter method for enabled checkbox
|
void |
setId(String id)
Setter method for id
|
void |
setIndex(int index)
Setter method for index
|
void |
setName(String name)
Setter method for name
|
void |
setParent_poid(Poid parent_poid)
Setter method for Parent poid
|
void |
setPoid(Poid poid)
Setter method for poid id
|
void |
setStatus(String status)
Setter method for Status
|
void |
setSubs_index(int subs_index)
Setter method for subscription index
|
public void setName(String name)
name
- public String getName()
public void setId(String id)
id
- public String getId()
public void setEnable(Boolean enable)
enable
- public Boolean getEnable()
public void setStatus(String status)
status
- public String getStatus()
public void setParent_poid(Poid parent_poid)
parent_poid
- public Poid getParent_poid()
public void setPoid(Poid poid)
poid_id
- public Poid getPoid()
public void setIndex(int index)
index
- public int getIndex()
public void setSubs_index(int subs_index)
subs_index
- public int getSubs_index()
public ArrayList<PSubscriberPrefsServicesNode> list(ArrayList<PSubscriberPrefsServicesNode> serNodes)
serNodes
- Copyright © 2003, 2023, Oracle and/or its affiliates.