Here you can find the source of getOffMinutes()
public static Integer getOffMinutes()
//package com.java2s; //License from project: LGPL public class Main { private static Integer OFFMINUTES; /**//from w w w .j a va 2s .c om * @return the offMinutes */ public static Integer getOffMinutes() { return OFFMINUTES; } }