aQute.lib.deployer.obr
Class Property

java.lang.Object
  extended by aQute.lib.deployer.obr.Property

public class Property
extends Object

Author:
Neil Bartlett

Constructor Summary
Property(String name, String type, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getType()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(String name,
                String type,
                String value)
Method Detail

getName

public String getName()

getType

public String getType()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 aQute SARL. All Rights Reserved.