|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlogdog.Setting.DAO.DeveloperInfo
public class DeveloperInfo
개발자 리스트를 저장하는 클래스
Field Summary | |
---|---|
private com.google.appengine.api.datastore.Key |
DeveloperKey
개발자 기본 키 |
private java.lang.String |
UserId
유저 아이디 |
Constructor Summary | |
---|---|
DeveloperInfo(java.lang.String userId)
|
Method Summary | |
---|---|
com.google.appengine.api.datastore.Key |
getDeveloperKey()
|
java.lang.String |
getUserId()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private com.google.appengine.api.datastore.Key DeveloperKey
private java.lang.String UserId
Constructor Detail |
---|
public DeveloperInfo(java.lang.String userId)
Method Detail |
---|
public com.google.appengine.api.datastore.Key getDeveloperKey()
public java.lang.String getUserId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |