Class Application
java.lang.Object
cz.metacentrum.perun.registrar.model.Application
- Direct Known Subclasses:
RichApplication
Represents an application by a user to a VO. Application is a request for becoming a member of the VO.
- Author:
- Martin Kuba makub@ics.muni.cz
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
ConstructorDescriptionApplication
(int id, Vo vo, Group group, Application.AppType type, String fedInfo, Application.AppState state, String extSourceName, String extSourceType, int extSourceLoa, User user) Application
(int id, Vo vo, Group group, Application.AppType type, String fedInfo, Application.AppState state, String extSourceName, String extSourceType, User user) -
Method Summary
Modifier and TypeMethodDescriptionReturn bean name as PerunBean does.int
getGroup()
int
getId()
getState()
getType()
getUser()
getVo()
void
setAutoApproveError
(String error) void
setCreatedAt
(String createdAt) void
setCreatedBy
(String createdBy) void
setExtSourceLoa
(int extSourceLoa) void
setExtSourceName
(String extSourceName) void
setExtSourceType
(String extSourceType) void
setFedInfo
(String fedInfo) void
void
setId
(int id) void
setModifiedAt
(String modifiedAt) void
setModifiedBy
(String modifiedBy) void
setState
(Application.AppState state) void
setType
(Application.AppType type) void
void
toString()
-
Constructor Details
-
Application
public Application() -
Application
public Application(int id, Vo vo, Group group, Application.AppType type, String fedInfo, Application.AppState state, String extSourceName, String extSourceType, User user) -
Application
public Application(int id, Vo vo, Group group, Application.AppType type, String fedInfo, Application.AppState state, String extSourceName, String extSourceType, int extSourceLoa, User user)
-
-
Method Details
-
getAutoApproveError
-
setAutoApproveError
-
getBeanName
Return bean name as PerunBean does.- Returns:
- Class simple name (beanName)
-
getCreatedAt
-
setCreatedAt
-
getCreatedBy
-
setCreatedBy
-
getExtSourceLoa
public int getExtSourceLoa() -
setExtSourceLoa
public void setExtSourceLoa(int extSourceLoa) -
getExtSourceName
-
setExtSourceName
-
getExtSourceType
-
setExtSourceType
-
getFedInfo
-
setFedInfo
-
getGroup
-
setGroup
-
getId
public int getId() -
setId
public void setId(int id) -
getModifiedAt
-
setModifiedAt
-
getModifiedBy
-
setModifiedBy
-
getState
-
setState
-
getType
-
setType
-
getUser
-
setUser
-
getVo
-
setVo
-
toString
-