Skip to content

Instantly share code, notes, and snippets.

@ivanursul
Created February 15, 2015 07:06
Show Gist options
  • Select an option

  • Save ivanursul/5ee2b70b64a73699ec32 to your computer and use it in GitHub Desktop.

Select an option

Save ivanursul/5ee2b70b64a73699ec32 to your computer and use it in GitHub Desktop.
RowStatus for www.ivanursul.com
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