Class PublicContainer
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.PublicContainer
container for public screens (e.g. error screen)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionerror code for error screenvoid
setErrorCode
(String errorCode1) error code for error screen
-
Constructor Details
-
PublicContainer
public PublicContainer()
-
-
Method Details
-
getErrorCode
error code for error screen- Returns:
- the errorCode
-
setErrorCode
error code for error screen- Parameters:
errorCode1
- the errorCode to set
-