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

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

    • Note

      public Note()
  • Method Details

    • id

      public Note id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Identifier of the note within its containing entity (may or may not be globally unique, depending on provider implementation)
      Returns:
      id
    • setId

      public void setId(String id)
    • 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

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

      public void setText(String text)
    • atBaseType

      public Note atBaseType(String atBaseType)
    • getAtBaseType

      public String getAtBaseType()
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public Note atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public Note atType(String atType)
    • getAtType

      public String getAtType()
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • 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