Source code file content

Revision: 459 (of 459)

css & weld tests
» Project Revision History

» Checkout URL

arena / arena-model / src / main / java / com / kenai / puj / arena / model / entity / PujRolesWeight_PK.java

Size: 522 bytes, 1 line
package com.kenai.puj.arena.model.entity;

import java.io.Serializable;

public class PujRolesWeight_PK implements Serializable {
	private static final long serialVersionUID = PujAbstractEntity.serialVersionUID;

	private String competition;

	private String role;

	public String getCompetition() {
		return competition;
	}

	public void setCompetition(String competition) {
		this.competition = competition;
	}

	public String getRole() {
		return role;
	}

	public void setRole(String role) {
		this.role = role;
	}

}
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close