com.citygrid.content.places.detail
Class CGPlacesDetailAttribute

java.lang.Object
  extended by com.citygrid.content.places.detail.CGPlacesDetailAttribute
All Implemented Interfaces:
Serializable

public class CGPlacesDetailAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  int attributeId
           
private  String name
           
private  String value
           
 
Constructor Summary
CGPlacesDetailAttribute(int attributeId, String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 int getAttributeId()
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

attributeId

private int attributeId

name

private String name

value

private String value
Constructor Detail

CGPlacesDetailAttribute

public CGPlacesDetailAttribute(int attributeId,
                               String name,
                               String value)
Method Detail

getAttributeId

public int getAttributeId()

getName

public String getName()

getValue

public String getValue()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.