org.repoweb.pom
Class Property
java.lang.Object
org.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Property
public Property()
Property
public Property(java.lang.String id,
java.lang.String value)
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.