com.atlassian.jira.dev.reference.plugin.ao
Interface RefEntity

All Superinterfaces:
net.java.ao.Entity, net.java.ao.RawEntity<Integer>

@Preload
public interface RefEntity
extends net.java.ao.Entity

Simple entity for testing AO backup/restore

Since:
v5.0

Method Summary
 String getDescription()
           
 void setDescription(String description)
           
 
Methods inherited from interface net.java.ao.Entity
getID
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getDescription

String getDescription()

setDescription

void setDescription(String description)


Copyright © 2002-2012 Atlassian. All Rights Reserved.