Class TransitionField
- java.lang.Object
-
- com.almis.awe.model.entities.queries.TransitionField
-
- All Implemented Interfaces:
Copyable
,Serializable
public class TransitionField extends Object implements Copyable
Transition field Class Used to parse the files Queries.xml and Maintain.xml with XStream Table Fields from queries and maintain- Author:
- Pablo GARCIA - 28/JUN/2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransitionField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransitionField
copy()
Get a copy of this elementSqlField
getField()
Retrieve fieldTransitionField
setField(SqlField field)
Set fieldString
toString()
-
-
-
Method Detail
-
copy
public TransitionField copy()
Description copied from interface:Copyable
Get a copy of this element
-
getField
public SqlField getField()
Retrieve field- Returns:
- Field
-
setField
public TransitionField setField(SqlField field)
Set field- Returns:
- this
-
-