站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

RuleAsset (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client.rpc
Class RuleAsset

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

public class RuleAsset
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

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

Author:
Michael Neale

Field Summary
 boolean archived
           
 com.google.gwt.user.client.rpc.IsSerializable content
           
 MetaData metaData
           
 String uuid
           
 
Constructor Summary
RuleAsset()
           
 
Method Summary
 long getVersionNumber()
           
 
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 com.google.gwt.user.client.rpc.IsSerializable content

uuid

public String uuid

archived

public boolean archived
Constructor Detail

RuleAsset

public RuleAsset()
Method Detail

getVersionNumber

public long getVersionNumber()


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