public class Section extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COMPANY_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LONG_NAME |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SHORTCUT1 |
static String |
SERIALIZED_NAME_SHORTCUT2 |
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
Section |
companyId(Integer companyId) |
boolean |
equals(Object o) |
Integer |
getCompanyId()
事業所ID
minimum: 1
maximum: 2147483647
|
Integer |
getId()
部門ID
minimum: 1
maximum: 2147483647
|
String |
getLongName()
正式名称(255文字以内)
|
String |
getName()
部門名 (30文字以内)
|
String |
getShortcut1()
ショートカット1 (20文字以内)
|
String |
getShortcut2()
ショートカット2 (20文字以内)
|
int |
hashCode() |
Section |
id(Integer id) |
Section |
longName(String longName) |
Section |
name(String name) |
void |
setCompanyId(Integer companyId) |
void |
setId(Integer id) |
void |
setLongName(String longName) |
void |
setName(String name) |
void |
setShortcut1(String shortcut1) |
void |
setShortcut2(String shortcut2) |
Section |
shortcut1(String shortcut1) |
Section |
shortcut2(String shortcut2) |
String |
toString() |
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_LONG_NAME
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_SHORTCUT1
public static final String SERIALIZED_NAME_SHORTCUT2
public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public Integer getId()
public void setId(Integer id)
public void setLongName(String longName)
public String getName()
public void setName(String name)
public void setShortcut1(String shortcut1)
public void setShortcut2(String shortcut2)
Copyright © 2020. All rights reserved.