verf.mddesigner.gui.mvc.model.trans
Class MDTransProperty
java.lang.Object
verf.mddesigner.gui.mvc.model.trans.MDTransProperty
- All Implemented Interfaces:
- IEntityProperty
public class MDTransProperty
- extends java.lang.Object
- implements IEntityProperty
- Author:
- Marek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NONE
public static final int TYPE_NONE
- See Also:
- Constant Field Values
TYPE_TRIG
public static final int TYPE_TRIG
- See Also:
- Constant Field Values
TYPE_TIME
public static final int TYPE_TIME
- See Also:
- Constant Field Values
MDTransProperty
public MDTransProperty()
MDTransProperty
public MDTransProperty(java.lang.Integer type,
MDTransPropertyAtrib atrib)
MDTransProperty
public MDTransProperty(java.lang.Integer type,
MDTransPropertyAtrib atrib,
java.lang.String description)
getType
public java.lang.Integer getType()
setType
public void setType(java.lang.Integer type)
getAtrib
public MDTransPropertyAtrib getAtrib()
setAtrib
public void setAtrib(MDTransPropertyAtrib atrib)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String desc)