org.lsst.ccs.config
Class DeploymentDescriptor

java.lang.Object
  extended by org.lsst.ccs.config.DeploymentDescriptor
All Implemented Interfaces:
Serializable

@Entity
public class DeploymentDescriptor
extends Object
implements Serializable

A deployment descriptor is a key for a set of deployed jars.

See Also:
Serialized Form

Constructor Summary
protected DeploymentDescriptor()
           
 
Method Summary
 String getDescriptor()
           
 long getId()
           
 void setDescriptor(String descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentDescriptor

protected DeploymentDescriptor()
Method Detail

getDescriptor

public String getDescriptor()

setDescriptor

public void setDescriptor(String descriptor)

getId

public long getId()


Copyright © 2013 LSST. All Rights Reserved.