Class EntityAttrAddress

java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.entity.EntityAttr
ru.bgcrm.plugin.bgbilling.proto.model.entity.EntityAttrAddress

public class EntityAttrAddress extends EntityAttr
Attribute/parameter - address
  • Constructor Details

    • EntityAttrAddress

      protected EntityAttrAddress()
    • EntityAttrAddress

      public EntityAttrAddress(int entityId, int entitySpecAttrId)
    • EntityAttrAddress

      public EntityAttrAddress(int entityId, int entitySpecAttrId, int houseId, int pod, int floor, String flat, String room, String comment, String formatKey, String title)
  • Method Details

    • getHouseId

      public int getHouseId()
      Returns:
      the house ID
    • setHouseId

      public void setHouseId(int houseId)
      Parameters:
      houseId - the house ID
    • getFlat

      public String getFlat()
      Returns:
      the flat
    • setFlat

      public void setFlat(String flat)
      Parameters:
      flat - the flat
    • getRoom

      public String getRoom()
      Returns:
      the room
    • setRoom

      public void setRoom(String room)
      Parameters:
      room - the room
    • getPod

      public int getPod()
      Returns:
      the entrance
    • setPod

      public void setPod(int pod)
      Parameters:
      pod - the entrance
    • getFloor

      public int getFloor()
      Returns:
      the floor
    • setFloor

      public void setFloor(int floor)
      Parameters:
      floor - the floor
    • getComment

      public String getComment()
      Returns:
      the comment
    • setComment

      public void setComment(String comment)
      Parameters:
      comment - the comment
    • getTitle

      public String getTitle()
      Returns:
      the formatted address string
    • setTitle

      public void setTitle(String title)
      Parameters:
      title - the formatted address string
    • getFormatKey

      public String getFormatKey()
      Returns:
      the address formatting type
    • setFormatKey

      public void setFormatKey(String formatKey)
      Parameters:
      formatKey - the address formatting type
    • toString

      public String toString()
      Overrides:
      toString in class Object