public class Application extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
company |
Timestamp |
createTime |
String |
createUser |
String |
description |
String |
id |
String |
location |
String |
name |
String |
picture |
Timestamp |
updateTime |
String |
updateUser |
String |
url |
| Constructor and Description |
|---|
Application(String id,
Timestamp createTime,
String createUser,
Timestamp updateTime,
String updateUser,
String name,
String description,
String url,
String company,
String location,
String picture) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toBytes() |
String |
toString() |
static Application |
valueOf(byte[] data) |
static Application |
valueOf(String content) |
public final String id
public final Timestamp createTime
public final String createUser
public Timestamp updateTime
public String updateUser
public String name
public String description
public String url
public String company
public String location
public String picture
public byte[] toBytes()
public static Application valueOf(byte[] data)
public static Application valueOf(String content)
Copyright © 2015. All rights reserved.