-
public class Certification
-
-
Method Summary
Modifier and Type Method Description StringgetAuthority()voidsetAuthority(@Nullable() String authority)StringgetEndDate()voidsetEndDate(@Nullable() String endDate)StringgetName()voidsetName(@Nullable() String name)StringgetNumber()voidsetNumber(@Nullable() String number)StringgetStartDate()voidsetStartDate(@Nullable() String startDate)-
-
Method Detail
-
getAuthority
@Nullable() String getAuthority()
-
setAuthority
void setAuthority(@Nullable() String authority)
-
getEndDate
@Nullable() String getEndDate()
-
setEndDate
void setEndDate(@Nullable() String endDate)
-
getStartDate
@Nullable() String getStartDate()
-
setStartDate
void setStartDate(@Nullable() String startDate)
-
-
-
-