Class Common.Placeholder

All Implemented Interfaces:
Serializable
Enclosing class:
Common

public static class Common.Placeholder extends Comet3Entity
The type Placeholder.
See Also:
  • Constructor Details

    • Placeholder

      public Placeholder()
      Instantiates a new Placeholder.
    • Placeholder

      public Placeholder(int id, String name)
      Instantiates a new Placeholder.
      Parameters:
      id - the id
      name - the name
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getId

      public int getId()
      Description copied from class: Comet3Entity
      Gets id.
      Overrides:
      getId in class Comet3Entity
      Returns:
      the id
    • setId

      public void setId(int id)
      Description copied from class: Comet3Entity
      Sets id.
      Overrides:
      setId in class Comet3Entity
      Parameters:
      id - the id