org.repoweb.pom
Class Property

java.lang.Object
  extended byorg.repoweb.pom.Property

public class Property
extends java.lang.Object

Represent one property attached to one dependency.


Constructor Summary
Property()
           
Property(java.lang.String id, java.lang.String value)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getValue()
           
 void setId(java.lang.String id)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(java.lang.String id,
                java.lang.String value)
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

toString

public java.lang.String toString()


Copyright © 2003-2005 Repoweb. All Rights Reserved.