org.apache.maven.profiles
Class ActivationProperty

java.lang.Object
  extended by org.apache.maven.profiles.ActivationProperty
All Implemented Interfaces:
java.io.Serializable

public class ActivationProperty
extends java.lang.Object
implements java.io.Serializable

Class ActivationProperty.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ActivationProperty()
           
 
Method Summary
 java.lang.String getName()
          Method getName
 java.lang.String getValue()
          Method getValue
 void setName(java.lang.String name)
          Method setName
 void setValue(java.lang.String value)
          Method setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationProperty

public ActivationProperty()
Method Detail

getName

public java.lang.String getName()
Method getName


getValue

public java.lang.String getValue()
Method getValue


setName

public void setName(java.lang.String name)
Method setName

Parameters:
name -

setValue

public void setValue(java.lang.String value)
Method setValue

Parameters:
value -


Copyright 2005 Apache Software Foundation. All Rights Reserved.