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.


Constructor Summary
PropertyAliasImpl()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String getMessageType()
           
 java.lang.String getPart()
           
 java.lang.String getQuery()
           
 void setId(java.lang.Long id)
           
 void setMessageType(java.lang.String messageType)
           
 void setPart(java.lang.String part)
           
 void setQuery(java.lang.String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAliasImpl

public PropertyAliasImpl()
Method Detail

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.