public class AttributesTableEntry extends Object implements Serializable
| Constructor and Description |
|---|
AttributesTableEntry() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAccessRequest() |
Boolean |
getAccountingStart() |
Boolean |
getAccountingStop() |
Boolean |
getAccountingUpdate() |
String |
getAttributeName() |
String |
getAttributeValue() |
Boolean |
getCoARequest() |
Boolean |
getTunnelRequest() |
Class |
getValueClass() |
void |
setAccessRequest(Boolean accessRequest) |
void |
setAccountingStart(Boolean accountingStart) |
void |
setAccountingStop(Boolean accountingStop) |
void |
setAccountingUpdate(Boolean accountingUpdate) |
void |
setAttributeName(String attributeName) |
void |
setAttributeValue(String attributeValue) |
void |
setCoARequest(Boolean v) |
void |
setTunnelRequest(Boolean tunnelRequest) |
void |
setValueClass(Class valueClass) |
public Boolean getAccessRequest()
public void setAccessRequest(Boolean accessRequest)
accessRequest - The accessRequest to set.public Boolean getAccountingStart()
public void setAccountingStart(Boolean accountingStart)
accountingStart - The accountingStart to set.public Boolean getAccountingUpdate()
public void setAccountingUpdate(Boolean accountingUpdate)
accountingUpdate - The accountingUpdate to set.public Boolean getAccountingStop()
public Boolean getCoARequest()
public void setAccountingStop(Boolean accountingStop)
accountingStop - The accountingStop to set.public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - The attributeName to set.public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue - The attributeValue to set.public Boolean getTunnelRequest()
public void setTunnelRequest(Boolean tunnelRequest)
tunnelRequest - The tunnelRequest to set.public Class getValueClass()
public void setValueClass(Class valueClass)
valueClass - The valueClass to set.public void setCoARequest(Boolean v)
Copyright © 2017. All rights reserved.