| |
---|
| | |
---|
| | import org.ntlab.acanthus_server.models.Gallery; |
---|
| | |
---|
| | public class Work { |
---|
| | private Gallery animations = Gallery.getInstance(); |
---|
| | |
---|
| | int status = 0; |
---|
| | private Gallery animations = Gallery.getInstance(); |
---|
| | Animation animation = null; |
---|
| | |
---|
| | public Animation getAnimation(){ return this.animation; } |
---|
| | |
---|
| | public void setAnimation(Animation anime) { this.animation = anime; } |
---|
| | |
---|
| | public void setInvites(int aid){ |
---|
| | Animation animation = animations.getAnimationByAid(aid); |
---|
| | animation = animations.getAnimationByAid(aid); |
---|
| | this.setAnimation(animation); |
---|
| | this.status = 1; |
---|
| | } |
---|
| | |
---|
| |
---|
| | |