public class MapiIntPropertyDto extends MapiPropertyDto
Constructor and Description |
---|
MapiIntPropertyDto() |
MapiIntPropertyDto(MapiPropertyDescriptor descriptor,
Integer value)
Initializes a new instance of the MapiIntPropertyDto
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getValue()
Property value
|
int |
hashCode() |
void |
setValue(Integer value)
Set value.
|
String |
toString() |
MapiIntPropertyDto |
value(Integer value)
Set value and return this.
|
descriptor, getDescriptor, getDiscriminator, setDescriptor, setDiscriminator
public MapiIntPropertyDto()
public MapiIntPropertyDto(MapiPropertyDescriptor descriptor, Integer value)
descriptor
- Property descriptorvalue
- Property valuepublic MapiIntPropertyDto value(Integer value)
value
- Property valuepublic Integer getValue()
public void setValue(Integer value)
value
- Property valuepublic boolean equals(Object o)
equals
in class MapiPropertyDto
public int hashCode()
hashCode
in class MapiPropertyDto
public String toString()
toString
in class MapiPropertyDto
Copyright © 2020. All rights reserved.