You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
990 B

@startuml
title __ENTITY's Class Diagram__\n
namespace cc.liuyx.note {
namespace entity {
class cc.liuyx.note.entity.Note {
- content : String
- id : long
- tag : int
- time : String
+ Note()
+ Note()
+ getContent()
+ getId()
+ getTag()
+ getTime()
+ setContent()
+ setId()
+ setTag()
+ setTime()
+ toString()
}
}
}
namespace cc.liuyx.note {
namespace entity {
class cc.liuyx.note.entity.SpinnerItem {
- tagId : int
- tagName : String
+ SpinnerItem()
+ getTagId()
+ getTagName()
+ setTagId()
+ setTagName()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml