Class CommunicationChannel

java.lang.Object
hu.rts.mike.example.dev.crm.entity.CommunicationChannel

@Entity public class CommunicationChannel extends Object
  • Field Details

  • Constructor Details

    • CommunicationChannel

      public CommunicationChannel()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object