public class SectionParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COMPANY_ID |
static String |
SERIALIZED_NAME_LONG_NAME |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PARENT_ID |
static String |
SERIALIZED_NAME_SHORTCUT1 |
static String |
SERIALIZED_NAME_SHORTCUT2 |
| Constructor and Description |
|---|
SectionParams() |
| Modifier and Type | Method and Description |
|---|---|
SectionParams |
companyId(Integer companyId) |
boolean |
equals(Object o) |
Integer |
getCompanyId()
事業所ID
minimum: 1
maximum: 2147483647
|
String |
getLongName()
正式名称 (255文字以内)
|
String |
getName()
部門名 (30文字以内)
|
Integer |
getParentId()
親部門ID (ビジネスプラン以上)
minimum: 1
maximum: 2147483647
|
String |
getShortcut1()
ショートカット1 (20文字以内)
|
String |
getShortcut2()
ショートカット2 (20文字以内)
|
int |
hashCode() |
SectionParams |
longName(String longName) |
SectionParams |
name(String name) |
SectionParams |
parentId(Integer parentId) |
void |
setCompanyId(Integer companyId) |
void |
setLongName(String longName) |
void |
setName(String name) |
void |
setParentId(Integer parentId) |
void |
setShortcut1(String shortcut1) |
void |
setShortcut2(String shortcut2) |
SectionParams |
shortcut1(String shortcut1) |
SectionParams |
shortcut2(String shortcut2) |
String |
toString() |
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_LONG_NAME
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PARENT_ID
public static final String SERIALIZED_NAME_SHORTCUT1
public static final String SERIALIZED_NAME_SHORTCUT2
public SectionParams companyId(Integer companyId)
public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public SectionParams longName(String longName)
public void setLongName(String longName)
public SectionParams name(String name)
public String getName()
public void setName(String name)
public SectionParams parentId(Integer parentId)
@Nullable public Integer getParentId()
public void setParentId(Integer parentId)
public SectionParams shortcut1(String shortcut1)
public void setShortcut1(String shortcut1)
public SectionParams shortcut2(String shortcut2)
public void setShortcut2(String shortcut2)
Copyright © 2020. All rights reserved.