public class Identifier extends Object implements com.sohnar.transfer.IdentifierIF, Serializable
| Modifier and Type | Field and Description |
|---|---|
private Long |
id |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
Identifier() |
Identifier(Integer id) |
Identifier(Long id) |
private static final long serialVersionUID
@Min(value=1L) @NotNull private Long id
public Identifier()
public Identifier(Long id)
public Identifier(Integer id)
public Long getId()
getId in interface com.sohnar.transfer.IdentifierIFpublic void setId(Long id)
setId in interface com.sohnar.transfer.IdentifierIFpublic String toString()
String with all attributes
in name = value format.Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.