com.jaspersoft.jasperserver.api.metadata.common.domain.client
Class ResourceLookupImpl
java.lang.Object
com.jaspersoft.jasperserver.api.metadata.common.domain.client.ResourceLookupImpl
- All Implemented Interfaces:
- AttributedObject, InternalURI, Resource, ResourceLookup, java.io.Serializable, org.acegisecurity.acl.basic.AclObjectIdentity
public class ResourceLookupImpl
- extends java.lang.Object
- implements ResourceLookup
- Version:
- $Id: ResourceLookupImpl.java 9116 2007-07-17 00:04:55Z sbirney $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.acegisecurity.acl.basic.AclObjectIdentity |
equals, hashCode |
ResourceLookupImpl
public ResourceLookupImpl()
getName
public java.lang.String getName()
- Specified by:
getName
in interface Resource
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface Resource
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface Resource
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface Resource
getAttributes
public java.util.List getAttributes()
- Specified by:
getAttributes
in interface AttributedObject
- Returns:
- List of Attributes for the object
setAttributes
public void setAttributes(java.util.List attrs)
- Specified by:
setAttributes
in interface AttributedObject
setLabel
public void setLabel(java.lang.String label)
- Specified by:
setLabel
in interface Resource
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface Resource
getURIString
public java.lang.String getURIString()
- Specified by:
getURIString
in interface Resource
getURI
public java.lang.String getURI()
- Specified by:
getURI
in interface InternalURI
getParentURI
public java.lang.String getParentURI()
- Specified by:
getParentURI
in interface InternalURI
getParentPath
public java.lang.String getParentPath()
- Specified by:
getParentPath
in interface InternalURI
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interface InternalURI
getProtocol
public java.lang.String getProtocol()
- Specified by:
getProtocol
in interface InternalURI
getParentFolder
public java.lang.String getParentFolder()
- Specified by:
getParentFolder
in interface Resource
setParentFolder
public void setParentFolder(Folder folder)
- Specified by:
setParentFolder
in interface Resource
setParentFolder
public void setParentFolder(java.lang.String folderURI)
- Specified by:
setParentFolder
in interface Resource
setURI
public void setURI(java.lang.String uri)
- Specified by:
setURI
in interface ResourceLookup
lookupUnsupportedException
protected final JSException lookupUnsupportedException()
getVersion
public int getVersion()
- Specified by:
getVersion
in interface Resource
setVersion
public void setVersion(int version)
- Specified by:
setVersion
in interface Resource
getResourceType
public java.lang.String getResourceType()
- Specified by:
getResourceType
in interface Resource
setResourceType
public void setResourceType(java.lang.String resourceType)
- Specified by:
setResourceType
in interface ResourceLookup
getCreationDate
public java.util.Date getCreationDate()
- Specified by:
getCreationDate
in interface Resource
setCreationDate
public void setCreationDate(java.util.Date creationDate)
- Specified by:
setCreationDate
in interface Resource
isNew
public boolean isNew()
- Specified by:
isNew
in interface Resource
setURIString
public void setURIString(java.lang.String uri)
- Specified by:
setURIString
in interface Resource
Copyright © 2007. All Rights Reserved.