arta.synergy.web.common.client.data.bp.registries
Class RegistryRoute
java.lang.Object
arta.synergy.web.common.client.data.bp.registries.RegistryRoute
- All Implemented Interfaces:
- java.io.Serializable
public class RegistryRoute
- extends java.lang.Object
- implements java.io.Serializable
Created by IntelliJ IDEA.
User: exile
Date: 01.04.13
Time: 11:27
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryRoute
public RegistryRoute()
getRegistryID
public java.lang.String getRegistryID()
setRegistryID
public void setRegistryID(java.lang.String registryID)
getBeforeRouteID
public java.lang.String getBeforeRouteID()
getBeforeRoute
public Route getBeforeRoute()
setBeforeRoute
public void setBeforeRoute(Route beforeRoute)
getActionRouteID
public java.lang.String getActionRouteID()
getActionRoute
public Route getActionRoute()
setActionRoute
public void setActionRoute(Route actionRoute)
getAfterRouteID
public java.lang.String getAfterRouteID()
getAfterRoute
public Route getAfterRoute()
setAfterRoute
public void setAfterRoute(Route afterRoute)
isEmpty
public boolean isEmpty()
hasDuplicateCodes
public boolean hasDuplicateCodes()
Copyright © 2000 Dummy Corp. All Rights Reserved.