org.smartcomps.twister.engine.priv.core.definition.impl
Class PropertyAliasImpl
java.lang.Object
|
+--org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
- All Implemented Interfaces:
- PropertyAlias
- public class PropertyAliasImpl
- extends java.lang.Object
- implements PropertyAlias
Persistent implementation of the Property interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyAliasImpl
public PropertyAliasImpl()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getMessageType
public java.lang.String getMessageType()
- Specified by:
getMessageType
in interface PropertyAlias
setMessageType
public void setMessageType(java.lang.String messageType)
- Specified by:
setMessageType
in interface PropertyAlias
getPart
public java.lang.String getPart()
- Specified by:
getPart
in interface PropertyAlias
setPart
public void setPart(java.lang.String part)
- Specified by:
setPart
in interface PropertyAlias
getQuery
public java.lang.String getQuery()
- Specified by:
getQuery
in interface PropertyAlias
setQuery
public void setQuery(java.lang.String query)
- Specified by:
setQuery
in interface PropertyAlias
Copyright © 2003 SmartComps. All Rights Reserved.