Class ServiceLinkPlan
java.lang.Object
ru.bitel.bgbilling.modules.ipn.server.bean.ServiceLinkPlan
- All Implemented Interfaces:
ListItem
public class ServiceLinkPlan extends java.lang.Object implements ListItem
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_GLOBAL
static int
TYPE_PERSONAL
-
Constructor Summary
Constructors Constructor Description ServiceLinkPlan()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TYPE_GLOBAL
public static final int TYPE_GLOBAL- See Also:
- Constant Field Values
-
TYPE_PERSONAL
public static final int TYPE_PERSONAL- See Also:
- Constant Field Values
-
-
Constructor Details
-
ServiceLinkPlan
public ServiceLinkPlan()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title) -
getType
public int getType() -
setType
public void setType(int type)
-