@Entity public class ResAccess extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
enabled |
| 构造器和说明 |
|---|
ResAccess() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getCreateAt() |
String |
getId() |
String |
getIpStr() |
String |
getResTitle() |
Date |
getUpdateAt() |
boolean |
isEnabled() |
void |
setCreateAt(Date createAt) |
ResAccess |
setEnabled(boolean enabled) |
void |
setId(String id) |
void |
setIpStr(String ipStr) |
void |
setResTitle(String resTitle) |
ResAccess |
setUpdateAt(Date updateAt) |
public String getId()
public void setId(String id)
public String getResTitle()
public void setResTitle(String resTitle)
public String getIpStr()
public void setIpStr(String ipStr)
public Date getCreateAt()
public void setCreateAt(Date createAt)
public boolean isEnabled()
public ResAccess setEnabled(boolean enabled)
public Date getUpdateAt()
Copyright © 2020 GTMAP. All rights reserved.