Class AttributeValue

java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.AttributeValue

public class AttributeValue
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    AttributeValue()  
  • Method Summary

    Modifier and Type Method Description
    int getAttributeId()  
    java.lang.String getAttributeValue()  
    void setAttributeId​(int attributeId)  
    void setAttributeValue​(java.lang.String attributeValue)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AttributeValue

      public AttributeValue()
  • Method Details

    • getAttributeId

      public int getAttributeId()
    • setAttributeId

      public void setAttributeId​(int attributeId)
    • getAttributeValue

      public java.lang.String getAttributeValue()
    • setAttributeValue

      public void setAttributeValue​(java.lang.String attributeValue)