org.apache.jdo.tck.query.result.classes
Class LongString
java.lang.Object
org.apache.jdo.tck.query.result.classes.LongString
- public class LongString
- extends java.lang.Object
JDOQL result class having bean properties s
and l
.
These properties are used by JDO query tests in result clauses.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LongString
public LongString()
LongString
public LongString(long l,
java.lang.String s)
hashCode
public int hashCode()
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object o)
- See Also:
Object.equals(java.lang.Object)
toString
public java.lang.String toString()
- See Also:
Object.toString()
getL
public long getL()
- Returns:
- Returns the l.
setL
public void setL(long l)
- Parameters:
l
- The l to set.
getS
public java.lang.String getS()
- Returns:
- Returns the s.
setS
public void setS(java.lang.String s)
- Parameters:
s
- The s to set.
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.