public class Belong extends AuthElement
| Modifier and Type | Field and Description |
|---|---|
protected Date |
create |
protected String |
creator |
protected Date |
update |
DATE_FORMAT, id| Constructor and Description |
|---|
Belong() |
| Modifier and Type | Method and Description |
|---|---|
Date |
createTime() |
String |
creator() |
String |
description() |
void |
description(String description) |
Object |
group() |
void |
group(Object group) |
String |
type() |
Date |
updateTime() |
Object |
user() |
void |
user(Object user) |
idprotected Date create
protected Date update
protected String creator
public Date createTime()
createTime in class AuthElementpublic Date updateTime()
updateTime in class AuthElementpublic String creator()
creator in class AuthElementpublic Object user()
public void user(Object user)
public Object group()
public void group(Object group)
public String description()
public void description(String description)
Copyright © 2023 The Apache Software Foundation. All rights reserved.