|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.init.its.ds.ItsAttribute
public class ItsAttribute
Its Attribute Data Container Class
Constructor Summary | |
---|---|
ItsAttribute()
|
|
ItsAttribute(java.lang.String itsAttributeName,
java.lang.String itsAttributeValue)
|
Method Summary | |
---|---|
IitsAttribute |
copy()
Returns a copy of this attribute |
void |
copy(IitsAttribute attribute)
copy IiTsAttribute values |
boolean |
equals(java.lang.Object obj)
|
IitsAttribute |
getDefaults()
Returns the Default value for this its attribute |
java.lang.String |
getItsAttributeName()
Returns the its tag attribute name |
java.lang.String |
getItsAttributeValue()
Returns the its tag attribute value |
int |
hashCode()
|
void |
setAttribute(java.lang.String name,
java.lang.String value)
Sets the attribute value and name |
void |
setAttributeName(java.lang.String name)
Sets the its attribute name for this Attribute |
void |
setAttributeValue(java.lang.String value)
Sets the attribute value |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ItsAttribute()
public ItsAttribute(java.lang.String itsAttributeName, java.lang.String itsAttributeValue)
Method Detail |
---|
public java.lang.String getItsAttributeName()
IitsAttribute
getItsAttributeName
in interface IitsAttribute
public java.lang.String getItsAttributeValue()
IitsAttribute
getItsAttributeValue
in interface IitsAttribute
public IitsAttribute getDefaults()
IitsAttribute
getDefaults
in interface IitsAttribute
public void setAttribute(java.lang.String name, java.lang.String value)
IitsAttribute
setAttribute
in interface IitsAttribute
public void copy(IitsAttribute attribute)
IitsAttribute
copy
in interface IitsAttribute
public java.lang.String toString()
toString
in class java.lang.Object
public IitsAttribute copy()
IitsAttribute
copy
in interface IitsAttribute
public void setAttributeName(java.lang.String name)
IitsAttribute
setAttributeName
in interface IitsAttribute
name
- the its namepublic void setAttributeValue(java.lang.String value)
IitsAttribute
setAttributeValue
in interface IitsAttribute
value
- the its attribute valuepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |