verf.mddesigner.gui.mvc.model.trans
Class MDTransProperty

java.lang.Object
  extended by verf.mddesigner.gui.mvc.model.trans.MDTransProperty
All Implemented Interfaces:
IEntityProperty

public class MDTransProperty
extends java.lang.Object
implements IEntityProperty

Author:
Marek

Field Summary
static int TYPE_NONE
           
static int TYPE_TIME
           
static int TYPE_TRIG
           
 
Constructor Summary
MDTransProperty()
           
MDTransProperty(java.lang.Integer type, MDTransPropertyAtrib atrib)
           
MDTransProperty(java.lang.Integer type, MDTransPropertyAtrib atrib, java.lang.String description)
           
 
Method Summary
 MDTransPropertyAtrib getAtrib()
           
 java.lang.String getDescription()
           
 java.lang.Integer getType()
           
 void setAtrib(MDTransPropertyAtrib atrib)
           
 void setDescription(java.lang.String desc)
           
 void setType(java.lang.Integer type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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)