Class GenericAttributeName
- java.lang.Object
-
- org.citydb.config.project.query.filter.projection.AbstractPropertyName
-
- org.citydb.config.project.query.filter.projection.GenericAttributeName
-
public class GenericAttributeName extends AbstractPropertyName
-
-
Constructor Summary
Constructors Constructor Description GenericAttributeName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getName()
GenericAttributeType
getType()
int
hashCode()
boolean
isSetType()
void
setName(java.lang.String name)
void
setType(GenericAttributeType type)
-
-
-
Method Detail
-
getType
public GenericAttributeType getType()
-
setType
public void setType(GenericAttributeType type)
-
isSetType
public boolean isSetType()
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-