public static final class SecurityCode.Factory extends Object
SecurityCode.| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityCode |
newInstance()
Constructs a new instance of
SecurityCode. |
static SecurityCode |
newInstance(String code,
SecurityCodeAction action,
Timestamp creatingDate)
Constructs a new instance of
SecurityCode, taking all required and/or read-only
properties as arguments. |
static SecurityCode |
newInstance(String code,
SecurityCodeAction action,
Timestamp creatingDate,
User kenmeiUser)
Constructs a new instance of
SecurityCode, taking all possible properties (except
the identifier(s))as arguments. |
public static SecurityCode newInstance()
SecurityCode.public static SecurityCode newInstance(String code, SecurityCodeAction action, Timestamp creatingDate)
SecurityCode, taking all required and/or read-only
properties as arguments.public static SecurityCode newInstance(String code, SecurityCodeAction action, Timestamp creatingDate, User kenmeiUser)
SecurityCode, taking all possible properties (except
the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.