All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.swf.plugins.collab.db.model.user.User Maven / Gradle / Ivy

There is a newer version: 2.12
Show newest version
package com.venky.swf.plugins.collab.db.model.user;

import java.util.List;

import com.venky.swf.db.annotations.column.ui.HIDDEN;

public interface User extends com.venky.swf.plugins.security.db.model.User{
	@Deprecated
	@HIDDEN
	public Integer getCompanyId(); 
	public void setCompanyId(Integer companyId);
	
	public List getUserCompanies();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy