org.apache.jetspeed.locator
Class JetspeedLocatorDescriptor

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface org.apache.jetspeed.locator.LocatorDescriptor
PARAM_COUNTRY, PARAM_LANGUAGE, PARAM_MEDIA_TYPE, PARAM_NAME, PARAM_TYPE, TYPE_EMAIL, TYPE_PORTLET
 
Constructor Summary
JetspeedLocatorDescriptor()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getCountry()
           
 java.lang.String getLanguage()
           
 java.lang.String getMediaType()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 void setCountry(java.lang.String country)
           
 void setLanguage(java.lang.String language)
           
 void setMediaType(java.lang.String mediaType)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 java.lang.String toPath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JetspeedLocatorDescriptor

public JetspeedLocatorDescriptor()
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.