Package be.gaudry.model.bibliobrol
Class ActorRole
java.lang.Object
be.gaudry.model.AbstractLightObject
be.gaudry.model.LightObject
be.gaudry.model.bibliobrol.ActorRole
- All Implemented Interfaces:
ILightObject
,Serializable
- Since:
- 1.0 Nov 30, 2007, 1.0
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class be.gaudry.model.LightObject
display
Fields inherited from interface be.gaudry.model.ILightObject
DEFAULT_ID
-
Constructor Summary
-
Method Summary
Methods inherited from class be.gaudry.model.LightObject
getDisplay, getId, setDisplay, setId
Methods inherited from class be.gaudry.model.AbstractLightObject
equals, hashCode
-
Constructor Details
-
ActorRole
public ActorRole() -
ActorRole
-
ActorRole
-
ActorRole
-
-
Method Details
-
getInfo
- Returns:
- the info
-
setInfo
- Parameters:
info
- the info to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value
- the value to set
-
toString
Description copied from class:AbstractLightObject
Builds a string with variables values and the class.- Overrides:
toString
in classAbstractLightObject
- Returns:
- a String representation of this LightObject only for debugging
- See Also:
Object.toString()
-