public abstract class UserProjectHelper extends Object
| Constructor and Description |
|---|
UserProjectHelper() |
| Modifier and Type | Method and Description |
|---|---|
static UserProject |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
UserProject s) |
static UserProject |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
UserProject s) |
public static TypeCode type()
public static void insert(Any any, UserProject s)
public static UserProject extract(Any any)
public static String id()
public static UserProject read(InputStream in)
public static void write(OutputStream out, UserProject s)
Copyright © 2018. All rights reserved.