Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.client.asseteditor.drools.serviceconfig
Class AssetReference

java.lang.Object
  extended by org.drools.guvnor.client.asseteditor.drools.serviceconfig.AssetReference
All Implemented Interfaces:
Serializable, PortableObject

public class AssetReference
extends Object
implements PortableObject

See Also:
Serialized Form

Constructor Summary
AssetReference()
           
AssetReference(AssetReference source)
           
AssetReference(String packageRef, String name, String format, String url, String uuid)
           
 
Method Summary
 boolean equals(Object o)
           
 String getFormat()
           
 String getName()
           
 String getPackageRef()
           
 String getResourceFormat()
           
 String getUrl()
           
 String getUuid()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetReference

public AssetReference()

AssetReference

public AssetReference(AssetReference source)

AssetReference

public AssetReference(String packageRef,
                      String name,
                      String format,
                      String url,
                      String uuid)
Method Detail

getUuid

public String getUuid()

getPackageRef

public String getPackageRef()

getName

public String getName()

getFormat

public String getFormat()

getResourceFormat

public String getResourceFormat()

getUrl

public String getUrl()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.