org.drools.guvnor.client.rpc
Class AssetPageRow
java.lang.Object
org.drools.guvnor.client.rpc.AbstractPageRow
org.drools.guvnor.client.rpc.AbstractAssetPageRow
org.drools.guvnor.client.rpc.AssetPageRow
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Comparable<AbstractPageRow>
public class AssetPageRow
- extends AbstractAssetPageRow
A single row of a paged data
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetPageRow
public AssetPageRow()
getAbbreviatedDescription
public String getAbbreviatedDescription()
getCategorySummary
public String getCategorySummary()
getCreatedDate
public Date getCreatedDate()
getCreator
public String getCreator()
getDescription
public String getDescription()
getExternalSource
public String getExternalSource()
getLastContributor
public String getLastContributor()
getLastModified
public Date getLastModified()
getPackageName
public String getPackageName()
getStateName
public String getStateName()
setAbbreviatedDescription
public void setAbbreviatedDescription(String abbreviatedDescription)
setCategorySummary
public void setCategorySummary(String categorySummary)
setCreatedDate
public void setCreatedDate(Date createdDate)
setCreator
public void setCreator(String creator)
setDescription
public void setDescription(String description)
setExternalSource
public void setExternalSource(String externalSource)
setLastContributor
public void setLastContributor(String lastContributor)
setLastModified
public void setLastModified(Date lastModified)
setPackageName
public void setPackageName(String packageName)
setStateName
public void setStateName(String stateName)
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean isDisabled)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.