org.mobicents.slee.container.management.console.client.deployableunits
Class DeployableUnitInfo
java.lang.Object
org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitInfo
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class DeployableUnitInfo
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.IsSerializable
- Author:
- Stefano Zappaterra
|
Constructor Summary |
DeployableUnitInfo()
|
DeployableUnitInfo(java.lang.String[] components,
java.util.Date deploymentDate,
java.lang.String URL,
java.lang.String name,
java.lang.String id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployableUnitInfo
public DeployableUnitInfo()
DeployableUnitInfo
public DeployableUnitInfo(java.lang.String[] components,
java.util.Date deploymentDate,
java.lang.String URL,
java.lang.String name,
java.lang.String id)
getID
public java.lang.String getID()
getComponents
public java.lang.String[] getComponents()
getDeploymentDate
public java.util.Date getDeploymentDate()
getURL
public java.lang.String getURL()
getName
public java.lang.String getName()
Copyright © 2008. All Rights Reserved.