Interface AccountProject
- All Superinterfaces:
net.java.ao.Entity,net.java.ao.RawEntity<java.lang.Integer>
@Preload("*")
public interface AccountProject
extends net.java.ao.Entity
-
Method Summary
Modifier and Type Method Description AccountgetAccount()longgetProjectId()voidsetAccount(Account account)voidsetProjectId(long projectId)
-
Method Details
-
getProjectId
long getProjectId() -
setProjectId
void setProjectId(long projectId) -
getAccount
Account getAccount() -
setAccount
-