|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.grid.api.impl.ResourceDescriptorImpl
public class ResourceDescriptorImpl
Agnostic description of a Resource
| Constructor Summary | |
|---|---|
ResourceDescriptorImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAuthor()
Returns the author of the Resource. |
Set<String> |
getCategories()
Returns the List of categories associated with the Resource. |
Date |
getCreationTime()
Returns the creation date of the Resource. |
String |
getDescription()
Returns the description of the Resource. |
URL |
getDocumentation()
Returns the URL of the documentation associated with the Resource. |
String |
getId()
Returns the id of the Resource. |
Date |
getLastModificationTime()
Returns the date when the Resource was last modified. |
String |
getName()
Returns the name of the Resource. |
URL |
getResourceURL()
Returns the URL that can be used to get the Resource this descriptor points at. |
String |
getStatus()
Returns the status of the Resource. |
org.drools.builder.ResourceType |
getType()
Returns the type of the Resource. |
String |
getVersion()
Returns the version of the Resource. |
int |
hashCode()
|
boolean |
isComposite()
|
boolean |
isLoaded()
|
void |
setAuthor(String author)
|
void |
setCategories(Set<String> categories)
|
void |
setCreationTime(Date creationTime)
|
void |
setDescription(String description)
|
void |
setDocumentation(URL documentation)
|
void |
setId(String id)
|
void |
setLastModificationTime(Date lastModificationTime)
|
void |
setLoaded(boolean loaded)
|
void |
setName(String name)
|
void |
setResourceURL(URL resourceURL)
|
void |
setStatus(String status)
|
void |
setType(org.drools.builder.ResourceType type)
|
void |
setVersion(String version)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceDescriptorImpl()
| Method Detail |
|---|
public String getAuthor()
ResourceDescriptor
getAuthor in interface ResourceDescriptorpublic void setAuthor(String author)
setAuthor in interface ResourceDescriptorpublic Set<String> getCategories()
ResourceDescriptor
getCategories in interface ResourceDescriptorpublic void setCategories(Set<String> categories)
setCategories in interface ResourceDescriptorpublic Date getCreationTime()
ResourceDescriptor
getCreationTime in interface ResourceDescriptorpublic void setCreationTime(Date creationTime)
setCreationTime in interface ResourceDescriptorpublic String getDescription()
ResourceDescriptor
getDescription in interface ResourceDescriptorpublic void setDescription(String description)
setDescription in interface ResourceDescriptorpublic URL getDocumentation()
ResourceDescriptor
getDocumentation in interface ResourceDescriptorpublic void setDocumentation(URL documentation)
setDocumentation in interface ResourceDescriptorpublic String getId()
ResourceDescriptor
getId in interface ResourceDescriptorpublic void setId(String id)
setId in interface ResourceDescriptorpublic Date getLastModificationTime()
ResourceDescriptor
getLastModificationTime in interface ResourceDescriptorpublic void setLastModificationTime(Date lastModificationTime)
setLastModificationTime in interface ResourceDescriptorpublic String getName()
ResourceDescriptor
getName in interface ResourceDescriptorpublic void setName(String name)
setName in interface ResourceDescriptorpublic URL getResourceURL()
ResourceDescriptor
getResourceURL in interface ResourceDescriptorpublic void setResourceURL(URL resourceURL)
setResourceURL in interface ResourceDescriptorpublic String getStatus()
ResourceDescriptor
getStatus in interface ResourceDescriptorpublic void setStatus(String status)
setStatus in interface ResourceDescriptorpublic org.drools.builder.ResourceType getType()
ResourceDescriptor
getType in interface ResourceDescriptorpublic void setType(org.drools.builder.ResourceType type)
setType in interface ResourceDescriptorpublic String getVersion()
ResourceDescriptor
getVersion in interface ResourceDescriptorpublic void setVersion(String version)
setVersion in interface ResourceDescriptorpublic boolean isLoaded()
isLoaded in interface ResourceDescriptorpublic void setLoaded(boolean loaded)
setLoaded in interface ResourceDescriptorpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean isComposite()
isComposite in interface ResourceDescriptorpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||