org.apache.jetspeed.locator
Class JetspeedLocatorDescriptor
java.lang.Object
org.apache.jetspeed.locator.JetspeedLocatorDescriptor
- All Implemented Interfaces:
- LocatorDescriptor
- Direct Known Subclasses:
- JetspeedTemplateDescriptor
public class JetspeedLocatorDescriptor
- extends java.lang.Object
- implements LocatorDescriptor
Jetspeed default Locator Descriptor implementation
- Version:
- $Id: JetspeedLocatorDescriptor.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- David Sean Taylor
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JetspeedLocatorDescriptor
public JetspeedLocatorDescriptor()
toString
public java.lang.String toString()
- Specified by:
toString
in interface LocatorDescriptor
- Overrides:
toString
in class java.lang.Object
toPath
public java.lang.String toPath()
- Specified by:
toPath
in interface LocatorDescriptor
getType
public java.lang.String getType()
- Specified by:
getType
in interface LocatorDescriptor
setType
public void setType(java.lang.String type)
- Specified by:
setType
in interface LocatorDescriptor
getName
public java.lang.String getName()
- Specified by:
getName
in interface LocatorDescriptor
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface LocatorDescriptor
getMediaType
public java.lang.String getMediaType()
- Specified by:
getMediaType
in interface LocatorDescriptor
setMediaType
public void setMediaType(java.lang.String mediaType)
- Specified by:
setMediaType
in interface LocatorDescriptor
getLanguage
public java.lang.String getLanguage()
- Specified by:
getLanguage
in interface LocatorDescriptor
setLanguage
public void setLanguage(java.lang.String language)
- Specified by:
setLanguage
in interface LocatorDescriptor
getCountry
public java.lang.String getCountry()
- Specified by:
getCountry
in interface LocatorDescriptor
setCountry
public void setCountry(java.lang.String country)
- Specified by:
setCountry
in interface LocatorDescriptor
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Specified by:
clone
in interface LocatorDescriptor
- Overrides:
clone
in class java.lang.Object
- Returns:
- an instance copy of this object
- Throws:
java.lang.CloneNotSupportedException
- See Also:
Object.clone()
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.