org.smartcomps.twister.engine.priv.core.definition.impl
Class PropertyImpl
java.lang.Object
|
+--org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
- All Implemented Interfaces:
- Property
- public class PropertyImpl
- extends java.lang.Object
- implements Property
Persistent implementation of the Property interface.
- See Also:
Property
Method Summary |
org.smartcomps.twister.engine.priv.core.definition.PropertyAlias |
getAlias()
|
java.lang.Long |
getId()
|
java.lang.String |
getName()
|
java.lang.String |
getType()
|
void |
setAlias(org.smartcomps.twister.engine.priv.core.definition.PropertyAlias alias)
|
void |
setId(java.lang.Long id)
|
void |
setName(java.lang.String name)
|
void |
setType(java.lang.String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyImpl
public PropertyImpl()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getName
public java.lang.String getName()
- Specified by:
getName
in interface Property
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface Property
getType
public java.lang.String getType()
- Specified by:
getType
in interface Property
setType
public void setType(java.lang.String type)
- Specified by:
setType
in interface Property
getAlias
public org.smartcomps.twister.engine.priv.core.definition.PropertyAlias getAlias()
- Specified by:
getAlias
in interface Property
setAlias
public void setAlias(org.smartcomps.twister.engine.priv.core.definition.PropertyAlias alias)
- Specified by:
setAlias
in interface Property
Copyright © 2003 SmartComps. All Rights Reserved.