Created
February 15, 2015 07:06
-
-
Save ivanursul/5ee2b70b64a73699ec32 to your computer and use it in GitHub Desktop.
RowStatus for www.ivanursul.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.lnu.is.domain.common; | |
| /** | |
| * Enum, that describes row status of each row in database. | |
| * @author ivanursul | |
| * | |
| */ | |
| public enum RowStatus { | |
| ACTIVE, | |
| DELETED; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment