org.apache.jetspeed.profiler.impl
Class ProfileLocatorPropertyImpl

java.lang.Object
  extended by org.apache.jetspeed.profiler.impl.ProfileLocatorPropertyImpl
All Implemented Interfaces:
ProfileLocatorProperty

public class ProfileLocatorPropertyImpl
extends java.lang.Object
implements ProfileLocatorProperty

ProfileLocatorElement

Version:
$Id: ProfileLocatorPropertyImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Constructor Summary
ProfileLocatorPropertyImpl(RuleCriterion criterion, boolean isControl, boolean isNavigation, java.lang.String value)
           
ProfileLocatorPropertyImpl(java.lang.String name, boolean isControl, boolean isNavigation, java.lang.String value)
           
 
Method Summary
 int getFallbackType()
          Returns the fallback type of the property.
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String getValue()
          Gets the value of the locator property.
 boolean isControl()
           
 boolean isNavigation()
           
 void setFallbackType(int i)
           
 void setName(java.lang.String string)
           
 void setType(java.lang.String string)
           
 void setValue(java.lang.String value)
          Sets the value of the locator property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileLocatorPropertyImpl

public ProfileLocatorPropertyImpl(RuleCriterion criterion,
                                  boolean isControl,
                                  boolean isNavigation,
                                  java.lang.String value)

ProfileLocatorPropertyImpl

public ProfileLocatorPropertyImpl(java.lang.String name,
                                  boolean isControl,
                                  boolean isNavigation,
                                  java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()
Description copied from interface: ProfileLocatorProperty
Gets the value of the locator property.

Specified by:
getValue in interface ProfileLocatorProperty
Returns:

setValue

public void setValue(java.lang.String value)
Description copied from interface: ProfileLocatorProperty
Sets the value of the locator property.

Specified by:
setValue in interface ProfileLocatorProperty
Parameters:
string -

getFallbackType

public int getFallbackType()
Description copied from interface: ProfileLocatorProperty
Returns the fallback type of the property. see

Specified by:
getFallbackType in interface ProfileLocatorProperty
Returns:

getName

public java.lang.String getName()
Specified by:
getName in interface ProfileLocatorProperty
Returns:

getType

public java.lang.String getType()
Specified by:
getType in interface ProfileLocatorProperty
Returns:

setFallbackType

public void setFallbackType(int i)
Specified by:
setFallbackType in interface ProfileLocatorProperty
Parameters:
i -

setName

public void setName(java.lang.String string)
Specified by:
setName in interface ProfileLocatorProperty
Parameters:
string -

setType

public void setType(java.lang.String string)
Specified by:
setType in interface ProfileLocatorProperty
Parameters:
string -

isControl

public boolean isControl()
Specified by:
isControl in interface ProfileLocatorProperty
Returns:
control classification flag

isNavigation

public boolean isNavigation()
Specified by:
isNavigation in interface ProfileLocatorProperty
Returns:
navigation classification flag


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.