Created
November 21, 2014 05:32
-
-
Save yestay90/520557e1cfce78c13157 to your computer and use it in GitHub Desktop.
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
@Basic | |
@Column(name = "naimenovanie", nullable = false, insertable = true, updatable = true, length = 45) | |
public String getNaimenovanie() { | |
return naimenovanie; | |
} | |
public void setNaimenovanie(String naimenovanie) { | |
this.naimenovanie = naimenovanie; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment