Class BillLinkBlock
java.lang.Object
ru.bitel.bgbilling.modules.bill.common.bean.link.BillLinkBlock
public class BillLinkBlock
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description BillLinkBlock()
-
Method Summary
Modifier and Type Method Description java.util.List<BillLinkProperties>
getBillLinkProperties()
java.lang.String
getData()
java.lang.String
getKey()
java.lang.String
getTitle()
BillLinkBlockType
getType()
void
setBillLinkProperties(java.util.List<BillLinkProperties> billLinkProperties)
void
setData(java.lang.String data)
void
setKey(java.lang.String key)
void
setTitle(java.lang.String title)
void
setType(BillLinkBlockType type)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BillLinkBlock
public BillLinkBlock()
-
-
Method Details
-
getKey
public java.lang.String getKey() -
setKey
public void setKey(java.lang.String key) -
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title) -
getData
public java.lang.String getData() -
setData
public void setData(java.lang.String data) -
getType
-
setType
-
getBillLinkProperties
-
setBillLinkProperties
-