Class ActorRole

All Implemented Interfaces:
ILightObject, Serializable

public class ActorRole extends LightObject
Since:
1.0 Nov 30, 2007, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • ActorRole

      public ActorRole()
    • ActorRole

      public ActorRole(int id, String name)
    • ActorRole

      public ActorRole(int id, String name, String value)
    • ActorRole

      public ActorRole(int id, String name, String value, String info)
  • Method Details

    • getInfo

      public String getInfo()
      Returns:
      the info
    • setInfo

      public void setInfo(String info)
      Parameters:
      info - the info to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set
    • toString

      public String toString()
      Description copied from class: AbstractLightObject
      Builds a string with variables values and the class.
      Overrides:
      toString in class AbstractLightObject
      Returns:
      a String representation of this LightObject only for debugging
      See Also:
      Object.toString()