public static class PrimitivesTestCase.PrimitiveAttributes extends Object
| Constructor and Description |
|---|
PrimitiveAttributes() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAge() |
double |
getDoubleValue() |
float |
getFloatValue() |
long |
getLongValue() |
String |
getName() |
char |
getSex() |
short |
getShortValue() |
boolean |
getVip() |
void |
setAge(int age) |
void |
setDoubleValue(double doubleValue) |
void |
setFloatValue(float floatValue) |
void |
setLongValue(long longValue) |
void |
setName(String name) |
void |
setSex(char sex) |
void |
setShortValue(short shortValue) |
void |
setVip(boolean vip) |
public int getAge()
public void setAge(int age)
public String getName()
public void setName(String name)
public char getSex()
public void setSex(char sex)
public boolean getVip()
public void setVip(boolean vip)
public short getShortValue()
public void setShortValue(short shortValue)
public long getLongValue()
public void setLongValue(long longValue)
public float getFloatValue()
public void setFloatValue(float floatValue)
public double getDoubleValue()
public void setDoubleValue(double doubleValue)
Copyright © 2017 Glasnost. All Rights Reserved.