org.drools.guvnor.client.rpc
Class RuleAsset

java.lang.Object
  extended by org.drools.guvnor.client.rpc.Artifact
      extended by org.drools.guvnor.client.rpc.RuleAsset
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class RuleAsset
extends Artifact

This is the "payload" of a rule asset. Includes the meta data.


Field Summary
 PortableObject content
           
 MetaData metaData
           
 
Fields inherited from class org.drools.guvnor.client.rpc.Artifact
checkinComment, dateCreated, description, isreadonly, lastContributor, lastModified, name, state, uuid, versionNumber
 
Constructor Summary
RuleAsset()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaData

public MetaData metaData

content

public PortableObject content
Constructor Detail

RuleAsset

public RuleAsset()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.