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

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

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

import com.venky.swf.db.annotations.column.IS_VIRTUAL;
import com.venky.swf.db.annotations.column.pm.PARTICIPANT;
import com.venky.swf.db.annotations.column.ui.HIDDEN;
import com.venky.swf.plugins.collab.db.model.CompanySpecific;


public interface UserRole extends  com.venky.swf.plugins.security.db.model.UserRole, CompanySpecific{

	@IS_VIRTUAL
	@HIDDEN
	@PARTICIPANT(redundant=true)
	public Integer getCompanyId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy