Sunday, September 29, 2013

The Kong Identity -> Visual Studio Express 2012 -> House pushes U.S. to the edge of a shutdown

TODU:Need a Review, understand why is not compiling, 
prepare future studies for : DQL -> Nanotek -> "Direct Query Langague"


package org.nanotek;

import java.io.Serializable;

@SuppressWarnings("serial")
public interface Kong<K> {
}



package org.nanotek.cms.domain.base;

import org.nanotek.Kong;
import org.nanotek.cms.domain.AbstractBase;

@SuppressWarnings("serial")
public class KongIdentity<Kong> extends AbstractBase<Kong> {

 private Kong kong;
@Override
public Kong getId() {
return kong;
}

}