java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Note

public class Note extends Object
Extra information about a given entity
  • Constructor Details

    • Note

      public Note()
  • Method Details

    • author

      public Note author(String author)
    • getAuthor

      public String getAuthor()
      Author of the note
      Returns:
      author
    • setAuthor

      public void setAuthor(String author)
    • date

      public Note date(Date date)
    • getDate

      @Valid public @Valid Date getDate()
      Date of the note
      Returns:
      date
    • setDate

      public void setDate(Date date)
    • text

      public Note text(String text)
    • getText

      public String getText()
      Text of the note
      Returns:
      text
    • setText

      public void setText(String text)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object